remove async queries

This commit is contained in:
rebuilt 2022-06-16 17:08:55 -07:00
parent c7f8317084
commit 0dc99486f8
5 changed files with 5 additions and 8 deletions

View file

@ -71,5 +71,4 @@ Rails.application.configure do
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
config.action_controller.include_all_helpers = false
config.active_record.async_query_executor = :global_thread_pool
end

View file

@ -111,5 +111,4 @@ Rails.application.configure do
# config.active_record.database_resolver_context = ActiveRecord::Middleware::DatabaseSelector::Resolver::Session
config.action_controller.include_all_helpers = false
config.active_record.async_query_executor = :global_thread_pool
end