mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
cf15db20b9
* worker_timeout, worker_boot_timeout, worker_shutdown_timeout fix integer convert * persistent_timeout, first_data_timeout fix integer convert * add integer convert test case * fix method name typo * switch gem update --system
9 lines
153 B
Ruby
9 lines
153 B
Ruby
persistent_timeout "6"
|
|
first_data_timeout "3"
|
|
|
|
workers "2"
|
|
threads "4", "8"
|
|
|
|
worker_timeout "90"
|
|
worker_boot_timeout "120"
|
|
worker_shutdown_timeout "150"
|