aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-09 19:13:21 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-09 19:13:21 -0500
commit5d4192880654fd6e00e587814169415b42621327 (patch)
treef35e2e41e346c5067f0195e7b0f7197e9729e940 /plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs
parenta4b3504bb891829074d1efde0433eae010862181 (diff)
chore: #2 Minor fixes and polish before release
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;