mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
remove async queries
This commit is contained in:
parent
c7f8317084
commit
0dc99486f8
5 changed files with 5 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue