class Unicorn::WorkerKiller::Configuration
Attributes
max_quit[RW]
max_term[RW]
sleep_interval[RW]
Public Class Methods
new()
click to toggle source
# File lib/unicorn/worker_killer/configuration.rb, line 5 def initialize self.max_quit = 10 self.max_term = 15 self.sleep_interval = 1 end