aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ObjectCacheServer/src')
-rw-r--r--plugins/ObjectCacheServer/src/Cache/CacheConfiguration.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ObjectCacheServer/src/Cache/CacheConfiguration.cs b/plugins/ObjectCacheServer/src/Cache/CacheConfiguration.cs
index 86e1f5a..bd15d24 100644
--- a/plugins/ObjectCacheServer/src/Cache/CacheConfiguration.cs
+++ b/plugins/ObjectCacheServer/src/Cache/CacheConfiguration.cs
@@ -44,10 +44,6 @@ namespace VNLib.Data.Caching.ObjectCache.Server.Cache
public int MaxMessageSize { get; set; } = 1000 * 1024;
- [JsonPropertyName("change_queue_max_depth")]
- public int MaxEventQueueDepth { get; set; } = 10 * 1000;
-
-
[JsonPropertyName("max_cache")]
public uint MaxCacheEntries { get; set; } = 10000;