aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
diff options
context:
space:
mode:
authorzousar <[email protected]>2025-12-17 23:41:20 -0700
committerzousar <[email protected]>2025-12-17 23:41:20 -0700
commitb4c7cb331a221f51d7445a172dcabe7e36ae1f4c (patch)
treeea2582ab58c786382fb30614ac07b023d631cb58 /src/zenstore/include
parent5.7.15 (diff)
downloadzen-b4c7cb331a221f51d7445a172dcabe7e36ae1f4c.tar.xz
zen-b4c7cb331a221f51d7445a172dcabe7e36ae1f4c.zip
Change default limit-overwrite behavior to true
Diffstat (limited to 'src/zenstore/include')
-rw-r--r--src/zenstore/include/zenstore/cache/cachedisklayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/include/zenstore/cache/cachedisklayer.h b/src/zenstore/include/zenstore/cache/cachedisklayer.h
index ef2781c1a..3d684587d 100644
--- a/src/zenstore/include/zenstore/cache/cachedisklayer.h
+++ b/src/zenstore/include/zenstore/cache/cachedisklayer.h
@@ -122,7 +122,7 @@ public:
uint32_t PayloadAlignment = 1u << 4;
uint64_t MemCacheSizeThreshold = 1 * 1024;
uint64_t LargeObjectThreshold = 128 * 1024;
- bool LimitOverwrites = false;
+ bool LimitOverwrites = true;
};
struct Configuration