DelayResolverScope
Controls the scope at which crawl delays are applied.
Notes
Specifies whether a crawl delay is enforced per crawler instance, per remote site (host), or per crawling thread. Choosing the appropriate scope ensures polite crawling behavior without unnecessarily slowing the overall crawl.
Usage
- YAML
- JSON
- XML
DelayResolverScope: CRAWLER
{
"DelayResolverScope": "CRAWLER"
}
<delayResolverScope/>
Allowed Values
CRAWLERSITETHREAD