We stopped using load_async in the code base
This commit is contained in:
@@ -24,9 +24,6 @@ module Fizzy
|
||||
# config.time_zone = "Central Time (US & Canada)"
|
||||
# config.eager_load_paths << Rails.root.join("extras")
|
||||
|
||||
# enable load_async
|
||||
config.active_record.async_query_executor = :global_thread_pool
|
||||
|
||||
# include the tenant in query logs
|
||||
config.active_record.query_log_tags_enabled = true
|
||||
config.active_record.query_log_tags = [ :tenant ]
|
||||
|
||||
Reference in New Issue
Block a user