Skip to content

Commit

Permalink
[ci skip] | Docs | Clarify worker_timeout minimum value (#3226)
Browse files Browse the repository at this point in the history
* Docs | Clarify `worker_timeout` minimum value

* Update dsl.rb

---------

Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com>
  • Loading branch information
joshuay03 and nateberkopec committed Sep 17, 2023
1 parent 04b8b09 commit 68d9b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puma/dsl.rb
Expand Up @@ -894,7 +894,8 @@ def worker_check_interval(interval)
# not a request timeout, it is to protect against a hung or dead process.
# Setting this value will not protect against slow requests.
#
# The minimum value is 6 seconds, the default value is 60 seconds.
# This value must be greater than worker_check_interval.
# The default value is 60 seconds.
#
# @note Cluster mode only.
# @example
Expand Down

0 comments on commit 68d9b97

Please sign in to comment.