scrachy.settings.defaults.storage.SCRACHY_CACHE_ACTIVATION_SECS
- scrachy.settings.defaults.storage.SCRACHY_CACHE_ACTIVATION_SECS: float = 0
Consider any page that is in the cache stale (do not retrieve it) if it has not been in the cache for at least this many seconds. This might be used for sites that initially post unreliable or partial data then update it with better data after some period of time but then rarely change it again.