-
Right now it looks up for stock every 4-5 seconds , but i would like to set it up so it updates every 1-2 seconds how can i do that? What else can i do? |
Beta Was this translation helpful? Give feedback.
Answered by
crtoss
Dec 22, 2020
Replies: 1 comment 5 replies
-
Did you put the duration inbetween quotes? Should look like this: PAGE_SLEEP_MIN="1000" Be careful though, most of the retailer sites will give you an error if you update too often. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
jef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you put the duration inbetween quotes?
Should look like this:
PAGE_SLEEP_MIN="1000"
PAGE_SLEEP_MAX="2000"
Be careful though, most of the retailer sites will give you an error if you update too often.