method

max_threads

rails 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