1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test/config/with_integer_convert.rb
mitto cf15db20b9 worker_timeout, worker_boot_timeout, worker_shutdown_timeout fix integer convert (#1450)
* 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
2018-03-19 15:05:15 -06:00

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"