class ActiveRecord::DatabaseConfigurations::HashConfig

def reaping_frequency

also be useful if someone wants a very low +idle_timeout+.
+reaping_frequency+ is configurable mostly for historical reasons, but it could
def reaping_frequency
  configuration_hash.fetch(:reaping_frequency, 60)&.to_f
end