From ae77b3c9661efe35a964d816757532148f0fa928 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 15:45:31 +1000 Subject: [PATCH] v0.48.6 24-24-24 --- gossamer_forums.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index f507b85..7723c0e 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -38,7 +38,7 @@ class GossamerForumsImporter < ImportScripts::Base username: 'admin', password: "admin", host: 'slowtwitch.northend.network', - pool: 32, # Adjust based on concurrency needs + pool: 24, # Adjust based on concurrency needs timeout: 5000 ) @@ -1127,11 +1127,11 @@ class GossamerForumsImporter < ImportScripts::Base # Use CachedThreadPool for dynamic thread management #### pool = Concurrent::CachedThreadPool.new ###### pool = Concurrent::FixedThreadPool.new(7) - pool = Concurrent::FixedThreadPool.new(32) + pool = Concurrent::FixedThreadPool.new(24) # Define the connection pool inside the method ###### mariadb_pool = ConnectionPool.new(size: 14, timeout: 100) do - mariadb_pool = ConnectionPool.new(size: 32, timeout: 100) do + mariadb_pool = ConnectionPool.new(size: 24, timeout: 100) do # host: "slowtwitch.northend.network", # username: "admin", # password: "yxnh93Ybbz2Nm8#mp28zCVv",