1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

updating the reaping frequency documentation

This commit is contained in:
Aaron Patterson 2011-12-30 16:14:25 -08:00
parent 59f2696d00
commit 641b43e865

View file

@ -67,6 +67,9 @@ module ActiveRecord
# 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.
class Reaper
attr_reader :pool, :frequency