aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-11-01 15:37:13 -0400
committerGravatar Miek Gieben <miek@miek.nl> 2018-11-01 19:37:13 +0000
commitf5aa6cac67d65357dfa81f39f3ef33e57a376795 (patch)
tree182ebc2d952dee09bea72ce4448ea181e6979592
parent24564164445b1e2b5ad24cf559e95ae97f4eac6c (diff)
downloadcoredns-f5aa6cac67d65357dfa81f39f3ef33e57a376795.tar.gz
coredns-f5aa6cac67d65357dfa81f39f3ef33e57a376795.tar.zst
coredns-f5aa6cac67d65357dfa81f39f3ef33e57a376795.zip
remove trailing whitespace (#2260)
-rw-r--r--plugin/cache/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/cache/README.md b/plugin/cache/README.md
index d9bce23e2..ad2483ae9 100644
--- a/plugin/cache/README.md
+++ b/plugin/cache/README.md
@@ -25,7 +25,7 @@ cache [TTL] [ZONES...]
Each element in the cache is cached according to its TTL (with **TTL** as the max).
A cache is divided into 256 shards, each holding up to 39 items by default - for a total size
-of 256 * 39 = 9984 items.
+of 256 * 39 = 9984 items.
If you want more control:
@@ -53,7 +53,7 @@ cache [TTL] [ZONES...] {
## Capacity and Eviction
-If **CAPACITY** _is not_ specified, the default cache size is 9984 per cache. The minimum allowed cache size is 1024.
+If **CAPACITY** _is not_ specified, the default cache size is 9984 per cache. The minimum allowed cache size is 1024.
If **CAPACITY** _is_ specified, the actual cache size used will be rounded down to the nearest number divisible by 256 (so all shards are equal in size).
Eviction is done per shard. In effect, when a shard reaches capacity, items are evicted from that shard.