diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 180a866..63a6ee0 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1076,7 +1076,7 @@ class GossamerForumsImporter < ImportScripts::Base parent_post_ids = result.map { |row| row['post_id'] } parent_post_count = parent_post_ids.count - batch_size = 10 # Set our batch size for number of posts to import in a single batch + batch_size = 1 # 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.