method
max_threads
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations::HashConfig
max_threads()public
No documentation available.
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 91
def max_threads
(configuration_hash[:max_threads] || (max_connections || 5).clamp(0, 5)).to_i
end