mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
plugin/kubernetes: Disable resync by default (#2752)
* Disable resync by default * Document default resync
This commit is contained in:
@@ -321,4 +321,4 @@ func searchFromResolvConf() []string {
|
||||
return rc.Search
|
||||
}
|
||||
|
||||
const defaultResyncPeriod = 5 * time.Hour
|
||||
const defaultResyncPeriod = 0
|
||||
|
||||
Reference in New Issue
Block a user