Method: ActiveRecord::DatabaseConfigurations::HashConfig#max_queue
- Defined in:
- activerecord/lib/active_record/database_configurations/hash_config.rb
#max_queue ⇒ Object
88 89 90 |
# File 'activerecord/lib/active_record/database_configurations/hash_config.rb', line 88 def max_queue max_threads * 4 end |