mirror of
https://github.com/coredns/coredns.git
synced 2025-11-03 10:43:20 -05:00
Configurable zone reload interval in file plugin (#2110)
* Configurable zone reload interval in file plugin * passing reload config from auto plugin to file plugin. removed noReload property from Zone struct. fixed tests based on short file reload hack
This commit is contained in:
@@ -32,7 +32,7 @@ type (
|
||||
|
||||
// In the future this should be something like ZoneMeta that contains all this stuff.
|
||||
transferTo []string
|
||||
noReload bool
|
||||
ReloadInterval time.Duration
|
||||
upstream upstream.Upstream // Upstream for looking up names during the resolution process.
|
||||
|
||||
duration time.Duration
|
||||
|
||||
Reference in New Issue
Block a user