diff options
Diffstat (limited to 'plugin/file/reload.go')
-rw-r--r-- | plugin/file/reload.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/reload.go b/plugin/file/reload.go index 426a986b0..a154c0467 100644 --- a/plugin/file/reload.go +++ b/plugin/file/reload.go @@ -7,7 +7,7 @@ import ( "github.com/coredns/coredns/plugin/transfer" ) -// Reload reloads a zone when it is changed on disk. If z.NoReload is true, no reloading will be done. +// Reload reloads a zone when it is changed on disk. If z.ReloadInterval is zero, no reloading will be done. func (z *Zone) Reload(t *transfer.Transfer) error { if z.ReloadInterval == 0 { return nil |