From 1f0932220772414f6250d7ecf08094b2726e68d2 Mon Sep 17 00:00:00 2001 From: saint Date: Sat, 17 Aug 2024 03:09:40 +1000 Subject: [PATCH] v0.39.7 Fixes/tweaks in calculate_dynamic_pool_size --- gossamer_forums.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 3e24d9e..f1603fc 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1090,7 +1090,7 @@ class GossamerForumsImporter < ImportScripts::Base # Check if the post has already been processed or is incomplete post_status = post_status(post_id) if post_status.nil? || post_status == 0 - puts "Starting import for post_id #{post_id} in batch #{current_post_batch / batch_size + 1} with #{thread_count} threads" + puts "Starting import for post_id #{post_id} in batch #{current_post_batch / batch_size + 1} with #{pool_size} threads" # Submit the import job for the current post_id to the thread pool pool.post do