From 93c3c728620538961206a3decc72e5b9afa935ba Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 11:25:39 +1000 Subject: [PATCH] v0.48.2 batch size 1000, moving to local instance of MariaDB for slowtwitch db --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index d3c662e..9b10d5e 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1177,7 +1177,7 @@ class GossamerForumsImporter < ImportScripts::Base # parent_post_count = parent_post_ids.count # - batch_size = 1000 # Set our batch size for number of posts to import in a single batch + batch_size = 10 # Set our batch size for number of posts to import in a single batch #### current_post_batch = 0 # Set our current batch number. This tracks the current batch of posts being processed.