diff --git a/gossamer_forums.rb b/gossamer_forums.rb index acce3b6..837d564 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1087,7 +1087,8 @@ class GossamerForumsImporter < ImportScripts::Base sqlite_mutex = Mutex.new # Mutex for SQLite opreations # Use CachedThreadPool for dynamic thread management - pool = Concurrent::CachedThreadPool.new +#### pool = Concurrent::CachedThreadPool.new + pool = Concurrent::FixedThreadPool.new(11) # Run until all posts have been processed. until is_complete