aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs')
-rw-r--r--plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs b/plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs
index 12cf37a..4b76a9b 100644
--- a/plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs
+++ b/plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs
@@ -48,7 +48,7 @@ namespace VNLib.Data.Caching.ObjectCache.Server.Cache
private readonly object StoreLock = new();
private readonly Dictionary<string, PeerEventListenerQueue> QueueStore = new(StringComparer.OrdinalIgnoreCase);
- public PeerEventQueueManager(PluginBase plugin, NodeConfig config)
+ public PeerEventQueueManager(PluginBase plugin, ServerClusterConfig config)
{
MaxQueueDepth = config.MaxQueueDepth;