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