You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spider Templates uses a default max_requests value of 100, which can be easy to miss and may cause spiders to stop unexpectedly.
I took some time to discover that while trying to find errors in my crawling logic. It would be nice to make this clear on the first page of the documentation.
The text was updated successfully, but these errors were encountered:
Spider Templates uses a default
max_requests
value of 100, which can be easy to miss and may cause spiders to stop unexpectedly.I took some time to discover that while trying to find errors in my crawling logic. It would be nice to make this clear on the first page of the documentation.
The text was updated successfully, but these errors were encountered: