Bump the resync period to five hours (#2748)

This commit is contained in:
John Belamaric
2019-04-01 16:24:55 -07:00
committed by GitHub
parent 537ed9ecd5
commit aea98acf2f

View File

@@ -321,4 +321,4 @@ func searchFromResolvConf() []string {
return rc.Search
}
const defaultResyncPeriod = 5 * time.Minute
const defaultResyncPeriod = 5 * time.Hour