class ActiveRecord::DatabaseConfigurations::HashConfig

def max_threads

def max_threads
  (configuration_hash[:max_threads] || pool).to_i
end