Method: Puma::DSL#worker_boot_timeout
- Defined in:
- lib/puma/dsl.rb
#worker_boot_timeout(timeout) ⇒ Object
Note:
Cluster mode only.
Change the default worker timeout for booting.
If unspecified, this defaults to the value of worker_timeout.
763 764 765 |
# File 'lib/puma/dsl.rb', line 763 def worker_boot_timeout(timeout) @options[:worker_boot_timeout] = Integer(timeout) end |