class Puma::DSL

def worker_boot_timeout(timeout)

Other tags:
    See: Puma::Cluster::Worker#ping_timeout -

Other tags:
    Note: - Cluster mode only.
def worker_boot_timeout(timeout)
  @options[:worker_boot_timeout] = Integer(timeout)
end