From fc62e223ab9994de9172773e4dfbacf7d524fe03 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 12:45:01 +1000 Subject: [PATCH] v0.48.5 Batch size 1000, double councurrency numbers --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index c41320e..6520966 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1130,7 +1130,7 @@ class GossamerForumsImporter < ImportScripts::Base # Define the connection pool inside the method ###### mariadb_pool = ConnectionPool.new(size: 14, timeout: 100) do - mariadb_pool = ConnectionPool.new(size: 48, timeout: 100) do + mariadb_pool = ConnectionPool.new(size: 24, timeout: 100) do Mysql2::Client.new( host: "slowtwitch.northend.network", username: "admin",