We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e56e6 commit 7a4c919Copy full SHA for 7a4c919
1 file changed
config/dnscrypt-proxy.toml
@@ -697,9 +697,9 @@ allowed_ips_file = 'allowed-ips.txt'
697
## If the `urls` property is missing, cache files and valid signatures
698
## must already be present. This doesn't prevent these cache files from
699
## expiring after `refresh_delay` hours.
700
-## Cache freshness is checked every 24 hours, so values for 'refresh_delay'
701
-## of less than 24 hours will have no effect.
702
-## A maximum delay of 168 hours (1 week) is imposed to ensure cache freshness.
+## `refreshed_delay` must be in the [24..168] interval.
+## The minimum delay of 24 hours (1 day) avoids unnecessary requests to servers.
+## The maximum delay of 168 hours (1 week) ensures cache freshness.
703
704
[sources]
705
0 commit comments