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:
Blake 2019-02-21 15:03:30 -08:00
parent e51c9025ac
commit 46c299c1b1

View File

@ -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