From 198401f9f34c9ab90e192e7c1955458ba6552a7d Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 12:50:41 +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 6520966..06c51b6 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -37,7 +37,7 @@ class GossamerForumsImporter < ImportScripts::Base username: 'admin', password: "yxnh93Ybbz2Nm8#mp28zCVv", host: 'slowtwitch.northend.network', - pool: 40, # Adjust based on concurrency needs + pool: 20, # Adjust based on concurrency needs timeout: 5000 )