Hello,
How can I adjust screen scraper to run slowly to minimize the strain on the server?
thanks,
try adding session.pause(5000) in a script that is run between page request, the 5000 is 5000 ms or 5 seconds.
thanks!
try adding
try adding session.pause(5000) in a script that is run between page request, the 5000 is 5000 ms or 5 seconds.
thanks!
thanks!