scrachy.settings.defaults.storage.SCRACHY_CACHE_ACTIVATION_SECS_PATTERNS

scrachy.settings.defaults.storage.SCRACHY_CACHE_ACTIVATION_SECS_PATTERNS: list[tuple[str | Pattern, float]] = []

A list of tuples consisting of a pattern and a delay time in seconds. The pattern should either be a re.Pattern or a string that can be compiled to one. Any url that matches this pattern will use the value in the second element of the tuple as its activation delay.

See: SCRACHY_CACHE_ACTIVATION_SECS.