class Puma::Cluster::WorkerHandle
def ping_timeout
- Version: - 5.0.0
Other tags:
- See: Puma::Cluster#check_workers -
def ping_timeout @last_checkin + (booted? ? @options[:worker_timeout] : @options[:worker_boot_timeout] ) end
def ping_timeout @last_checkin + (booted? ? @options[:worker_timeout] : @options[:worker_boot_timeout] ) end