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