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