aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-07 20:08:18 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-07 20:08:18 -0400
commit9c9e00515a367a7c4a916d19c3d71795f2193910 (patch)
treea1a898edbbe57c4e7ba6e2e38ac9a6c2e4b568cc /plugins
parentbd4590d7cfaf2fa554ff6c37e095975ac4eb0f02 (diff)
New api impl patch
Diffstat (limited to 'plugins')
-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;