class ActiveRecord::DatabaseConfigurations::HashConfig

def min_threads

def min_threads
  (configuration_hash[:min_threads] || 0).to_i
end