aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/shutdown.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-29Configurable zone reload interval in file plugin (#2110)Gravatar marqc 1-1/+1
* 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
2018-02-28plugin/file: shutdown reload goroutine (#1571)Gravatar Miek Gieben 1-0/+9
* plugin/file: shutdown reload goroutine Shutdown the z.Reload() routine (if started in the first place) on shutdow and reload. Fixes #1508 * Must be put in c.OnShutdown() * up test coverage