Skip to main content

DelayReferencePattern

URL pattern

Notes

Associates a delay (in milliseconds) with a URL pattern. The crawler applies the specified delay when fetching documents whose reference matches the given regular expression.

Usage

delay: 0
pattern: string

Properties

PropertyTypeRequiredDefault
delayintegerNo-
patternstringNo-

Property Details

delay

The delay for this URL pattern, in milliseconds.

pattern

Regular expression matching one or more URLs.