mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
plugin/reload: disable for now (#1511)
Reloading should work (kill -TERM reload the coredns process), but a lot of plugins can't handle it proper. Disable to reload plugin until we fix (most) of the plugins
This commit is contained in:
@@ -42,7 +42,7 @@ reload [INTERVAL] [JITTER]
|
||||
|
||||
Check with the default intervals:
|
||||
|
||||
~~~ corefile
|
||||
~~~ txt
|
||||
. {
|
||||
reload
|
||||
erratic
|
||||
@@ -51,7 +51,7 @@ Check with the default intervals:
|
||||
|
||||
Check every 10 seconds (jitter is automatically set to 10 / 2 = 5 in this case):
|
||||
|
||||
~~~ corefile
|
||||
~~~ txt
|
||||
. {
|
||||
reload 10s
|
||||
erratic
|
||||
|
||||
Reference in New Issue
Block a user