method
gc_countdown
v1.2.6 -
Show latest stable
- Class:
RailsFCGIHandler
gc_countdown()protected
No documentation available.
# File railties/lib/fcgi_handler.rb, line 215
def gc_countdown
if gc_request_period
@gc_request_countdown -= 1
run_gc! if @gc_request_countdown <= 0
end
end