summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/config.yaml b/example/config.yaml
index ddcea38d4..0ab2b1a3b 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -236,8 +236,8 @@ cache:
# within. This is based on estimated sizes of
# in-memory objects, and so NOT AT ALL EXACT.
# Examples: ["100MiB", "200MiB", "500MiB", "1GiB"]
- # Default: "200MiB"
- memory-target: "200MiB"
+ # Default: "100MiB"
+ memory-target: "100MiB"
######################
##### WEB CONFIG #####