# File lib/mongrel/rails.rb, line 93 93: def log_threads_waiting_for(event) 94: if Time.now - @tick > 10 95: @tick = Time.now 96: end 97: end