mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add async queries
This commit is contained in:
parent
a6ad132c81
commit
0593f53fb4
4 changed files with 7 additions and 5 deletions
|
|
@ -71,4 +71,5 @@ 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,4 +111,5 @@ 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