Values.WebCrawlerLimitsSourceThe configuration of crawl limits for the web URLs.
type nonrec t = {rateLimit : WebCrawlerLimitsRateLimitInteger.t option;Rate of web URLs retrieved per minute.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of WebCrawlerLimitsRateLimitInteger.t ]) list ]