class ActiveRecord::ConnectionAdapters::ConnectionPool

def flush!

out are unaffected.
Disconnect all currently idle connections. Connections currently checked
def flush!
  reap
  flush(-1)
end