mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
fix: delete unused var and const (#3294)
Signed-off-by: hwdef <hwdef97@gmail.com>
This commit is contained in:
@@ -80,6 +80,5 @@ func (p *Proxy) start(duration time.Duration) {
|
||||
|
||||
const (
|
||||
maxTimeout = 2 * time.Second
|
||||
minTimeout = 200 * time.Millisecond
|
||||
hcInterval = 500 * time.Millisecond
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user