From 5d4192880654fd6e00e587814169415b42621327 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 9 Mar 2024 19:13:21 -0500 Subject: chore: #2 Minor fixes and polish before release --- plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ObjectCacheServer/src/Cache/PeerEventQueueManager.cs') 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 QueueStore = new(StringComparer.OrdinalIgnoreCase); - public PeerEventQueueManager(PluginBase plugin, NodeConfig config) + public PeerEventQueueManager(PluginBase plugin, ServerClusterConfig config) { MaxQueueDepth = config.MaxQueueDepth; -- cgit