diff --git a/lib/puma/dsl.rb b/lib/puma/dsl.rb index c6dcd31f..87f69178 100644 --- a/lib/puma/dsl.rb +++ b/lib/puma/dsl.rb @@ -476,7 +476,7 @@ module Puma raise "The minimum worker_timeout must be greater than the worker reporting interval (#{min})" end - @options[:worker_timeout] = Integer(timeout) + @options[:worker_timeout] = timeout end # *Cluster mode only* Set the timeout for workers to boot