diff options
| author | zousar <[email protected]> | 2025-09-02 17:44:50 -0600 |
|---|---|---|
| committer | zousar <[email protected]> | 2025-09-02 17:44:50 -0600 |
| commit | 279485159c68d2b9b8903b44552299a824be9bff (patch) | |
| tree | 079d7cb39e9cfe6495860598843821e4348e1b13 | |
| parent | projectstore lifetime improvements (#481) (diff) | |
| download | zen-279485159c68d2b9b8903b44552299a824be9bff.tar.xz zen-279485159c68d2b9b8903b44552299a824be9bff.zip | |
Enable overwrite limits by default on all cache buckets
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 3 |
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
|