mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +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 {
|
__PILLAR__DNS__DOMAIN__:53 {
|
||||||
errors
|
errors
|
||||||
cache {
|
cache {
|
||||||
success 10000 30
|
success 9984 30
|
||||||
denial 10000 5
|
denial 9984 5
|
||||||
}
|
}
|
||||||
reload
|
reload
|
||||||
loop
|
loop
|
||||||
|
Loading…
Reference in New Issue
Block a user