mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Match default cache size of 10000
https://github.com/coredns/coredns/blob/master/plugin/cache/cache.go#L236 This gets rounded down to the nearest multiple of 256: 9984
This commit is contained in:
parent
e51c9025ac
commit
46c299c1b1
@ -35,8 +35,8 @@ data:
|
||||
__PILLAR__DNS__DOMAIN__:53 {
|
||||
errors
|
||||
cache {
|
||||
success 10000 30
|
||||
denial 10000 5
|
||||
success 9984 30
|
||||
denial 9984 5
|
||||
}
|
||||
reload
|
||||
loop
|
||||
|
Loading…
Reference in New Issue
Block a user