mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user