method

max_threads

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