- Type:
number
- Required
rateLimit
URLs per second.
However, if each URL takes 4 seconds on average to process,
your crawler processes rateLimit / 4
pages per second.
Start with a low value and update it if you need faster crawls.
High rateLimit
values can have a large impact on your bandwidth usage and server resource consumption.
Examples
JavaScript