method
max_threads
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations::HashConfig
max_threads()public
No documentation available.
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 80
def max_threads
(configuration_hash[:max_threads] || pool).to_i
end