ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper

class ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper

Parent:
Object

Every frequency seconds, the reaper will call reap on pool. A reaper instantiated with a nil frequency will never reap the connection pool.

Configure the frequency by setting “reaping_frequency” in your database yaml file.

Attributes

frequency[R]