mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
plugin/cache: don't update freq is prefetch isn't used. (#1144)
Small optimization.
This commit is contained in:
4
plugin/cache/handler.go
vendored
4
plugin/cache/handler.go
vendored
@@ -34,7 +34,9 @@ func (c *Cache) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
|
||||
resp, _ = state.Scrub(resp)
|
||||
w.WriteMsg(resp)
|
||||
|
||||
i.Freq.Update(c.duration, now)
|
||||
if c.prefetch > 0 {
|
||||
i.Freq.Update(c.duration, now)
|
||||
}
|
||||
|
||||
pct := 100
|
||||
if i.origTTL != 0 { // you'll never know
|
||||
|
||||
Reference in New Issue
Block a user