Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-29 | Configurable zone reload interval in file plugin (#2110) | 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-28 | plugin/file: shutdown reload goroutine (#1571) | 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 |