How to change refresh time from 5sec to maybe 1min
|
|
which part of the script should i edit to change the refresh timing for doing job?
|
|
|
I was able to do it by editing the script. near the last 10 or 20 lines of the script, find this line: action.time - Page.now > 5 ? timer = action.time - Page.now : timer = 5; instead of the number 5, change it to however many seconds you want. obviously, change both number 5s. it seemed to work OK for me. I changed it to 600 and now the script refreshes every 10 minutes. |