We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4df6d commit 59c7328Copy full SHA for 59c7328
lib/cloud_controller/db_connection/options_factory.rb
@@ -37,6 +37,7 @@ def base_options(opts)
37
log_level: opts[:log_level],
38
max_connections: opts[:max_connections],
39
pool_timeout: opts[:pool_timeout],
40
+ pool_class: :threaded,
41
read_timeout: opts[:read_timeout],
42
sql_mode: %i[strict_trans_tables strict_all_tables no_zero_in_date]
43
}
0 commit comments