Set cert refresh delay default to 240 (4h)

This commit is contained in:
Frank Denis 2018-01-31 00:21:25 +01:00
parent 0cc76b8a77
commit 86adb438e0
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ func newConfig() Config {
LogLevel: int(dlog.LogLevel()),
ListenAddresses: []string{"127.0.0.1:53"},
Timeout: 2500,
CertRefreshDelay: 360,
CertRefreshDelay: 240,
CertIgnoreTimestamp: false,
Cache: true,
CacheSize: 256,

View File

@ -76,7 +76,7 @@ timeout = 2500
## Delay, in minutes, after which certificates are reloaded
cert_refresh_delay = 360
cert_refresh_delay = 240
## Fallback resolver