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