Interface SourceOptionsWebCrawl.CrawlSpeed

Enclosing class:
SourceOptionsWebCrawl

public static interface SourceOptionsWebCrawl.CrawlSpeed
The number of concurrent URLs to fetch. `gentle` means one URL is fetched at a time with a delay between each call. `normal` means as many as two URLs are fectched concurrently with a short delay between fetch calls. `aggressive` means that up to ten URLs are fetched concurrently with a short delay between fetch calls.