diff options
Diffstat (limited to 'plugin/cache/README.md')
-rw-r--r-- | plugin/cache/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/cache/README.md b/plugin/cache/README.md index 1c9f03da3..de0e5da4b 100644 --- a/plugin/cache/README.md +++ b/plugin/cache/README.md @@ -24,7 +24,6 @@ cache [TTL] [ZONES...] * **ZONES** zones it should cache for. If empty, the zones from the configuration block are used. Each element in the cache is cached according to its TTL (with **TTL** as the max). -For the negative cache, the SOA's MinTTL value is used. A TTL of zero is not allowed. A cache is divided into 256 shards, each holding up to 512 items by default - for a total size of 256 * 512 = 131,072 items. @@ -101,4 +100,4 @@ Enable caching for all zones, keep a positive cache size of 5000 and a negative denial 2500 } } - ~~~
\ No newline at end of file + ~~~ |