From 2d233fdb4206711e84de2b0e86b1daeddfd38a23 Mon Sep 17 00:00:00 2001 From: saint Date: Sun, 18 Aug 2024 16:13:05 +1000 Subject: [PATCH] v0.47.1 Fix .id nil bug --- gossamer_forums.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index be954c2..2ad0ce3 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1111,7 +1111,7 @@ class GossamerForumsImporter < ImportScripts::Base # Run until all posts have been processed. until is_complete - puts "QQ 11 -- GETTING NEXT BATCH ****************************************" +# puts "QQ 11 -- GETTING NEXT BATCH ****************************************" #### # Query in batches, create pool, wait for termination, do it again #### current_post_batch_max = current_post_batch + batch_size @@ -1122,7 +1122,7 @@ class GossamerForumsImporter < ImportScripts::Base # Process each post in the current batch current_post_batch.each do |post_id| - puts "QQ 22 -- #{post_id}" +# puts "QQ 22 -- #{post_id}" ####### # Static pool size based on number of CPUs