vicious-gold•16mo ago
Wait between session use
Is there any way to make sure a session is not used for X seconds after being use?
Currently, I add a random sleep in the request handler and increased my concurrency, but it kind of feel hackish.
1 Reply
Hi, there's only this:
sameDomainDelaySecs
.
Dev's note:
I think that completely stops the crawler from crawling anything on that domain (it's not session-scoped). Also, the last time we've checked, it was unstable-ish, so their mileage may vary