Skip to content

Commit

Permalink
Bump the resync period to five hours (coredns#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric authored Apr 1, 2019
1 parent 537ed9e commit aea98ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/kubernetes/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,4 @@ func searchFromResolvConf() []string {
return rc.Search
}

const defaultResyncPeriod = 5 * time.Minute
const defaultResyncPeriod = 5 * time.Hour

0 comments on commit aea98ac

Please sign in to comment.