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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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