diff --git a/goss-restorethread.rb b/goss-restorethread.rb index 25ee639..5e59e62 100644 --- a/goss-restorethread.rb +++ b/goss-restorethread.rb @@ -2175,6 +2175,7 @@ class GossamerForumsImporter < ImportScripts::Base # Main method to perform the import def perform_import(restore_forumpost_id) # Secret trick to disable RateLimiting protection in Discourse + puts "CCC" RateLimiter.disable # ActiveRecord::Base.connection.disconnect! rescue nil @@ -2241,6 +2242,6 @@ if ARGV.length != 1 end restore_forumpost_id = ARGV[0] - +puts "BBB" GossamerForumsImporter.new.perform_import(restore_forumpost_id)