class Puma::DSL
def worker_boot_timeout(timeout)
- See: Puma::Cluster::Worker#ping_timeout -
Other tags:
- Note: - Cluster mode only.
def worker_boot_timeout(timeout) @options[:worker_boot_timeout] = Integer(timeout) end
def worker_boot_timeout(timeout) @options[:worker_boot_timeout] = Integer(timeout) end