DEFAULT_FRAMEWORK_SPAWNER_MAX_IDLE_TIME | = | 30 * 60 |
DEFAULT_APP_SPAWNER_MAX_IDLE_TIME | = | 10 * 60 |
# File lib/phusion_passenger/events.rb, line 27 27: def self.call_event(name, *args) 28: callback_list_for_event(name).each do |callback| 29: callback.call(*args) 30: end 31: end