CrawlSpeed
public enum CrawlSpeed : String
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.
-
Undocumented
Declaration
Swift
case gentle = "gentle" -
Undocumented
Declaration
Swift
case normal = "normal" -
Undocumented
Declaration
Swift
case aggressive = "aggressive"
View on GitHub
CrawlSpeed Enumeration Reference