Skip to content

Commit

Permalink
change defer to 1 second (the minimum timer interval for background t…
Browse files Browse the repository at this point in the history
…abs)
  • Loading branch information
lzztt committed Apr 11, 2020
1 parent 562f57d commit 00127a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grocery_delivery_time/contentScript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const REFRESH_SECONDS = 10;
const DEFER_SECONDS = 0.25;
const DEFER_SECONDS = 1;
const NOT_FOUND_PREFIX = 'No';
const AMAZON_FRESH = 'Amazon Fresh';
const WHOLE_FOODS = 'Whole Foods';
Expand Down

0 comments on commit 00127a8

Please sign in to comment.