aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index 5dbca4c41..4cdef0318 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -76,6 +76,7 @@ struct ZenCacheEvictionPolicy
uint64_t DiskSizeLimit = ~uint64_t(0);
uint64_t MemorySizeLimit = 1024 * 1024 * 1024;
int32_t MaxDurationSeconds = 24 * 60 * 60;
+ uint64_t DiskSizeSoftLimit = 0;
bool Enabled = true;
};