aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzousar <[email protected]>2025-09-02 17:44:50 -0600
committerzousar <[email protected]>2025-09-02 17:44:50 -0600
commit279485159c68d2b9b8903b44552299a824be9bff (patch)
tree079d7cb39e9cfe6495860598843821e4348e1b13
parentprojectstore lifetime improvements (#481) (diff)
downloadzen-279485159c68d2b9b8903b44552299a824be9bff.tar.xz
zen-279485159c68d2b9b8903b44552299a824be9bff.zip
Enable overwrite limits by default on all cache buckets
-rw-r--r--upstream-config-templates/zen_config.lua.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2
index d7aff7190..885e82877 100644
--- a/upstream-config-templates/zen_config.lua.j2
+++ b/upstream-config-templates/zen_config.lua.j2
@@ -33,6 +33,9 @@ stats = {
cache = {
enable = true,
accesslog = false,
+ bucket = {
+ limitoverwrites = true,
+ },
upstream = {
upstreamthreadcount = 4,
policy = "disabled", -- readwrite|readonly|writeonly|disabled