From e9750621bcbb110a2a8d4a199bb102934fc84125 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 18:45:05 +1000 Subject: [PATCH] Revert "v0.48.6 40-40-40" This reverts commit 6b4b7287519e2adc0ec7f21404606501bd22c90c. --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index c763455..d7f732a 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1094,7 +1094,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: 14, timeout: 100) do + mariadb_pool = ConnectionPool.new(size: 40, timeout: 100) do Mysql2::Client.new( host: "slowtwitch.northend.network", username: "admin",