Skip to content

Commit 129e74e

Browse files
committed
Specify the unit of quick_shutdown_timeout.
1 parent 9bbd6ae commit 129e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ class QuickShutdownTimeout(Setting):
832832
type = float
833833
default = 0
834834
desc = """\
835-
Timeout for quick worker shutdown.
835+
Timeout for quick worker shutdown in seconds.
836836
837837
After receiving a quick shutdown signal, workers have this much time to
838838
finish serving requests. Workers still alive after the timeout (starting

0 commit comments

Comments
 (0)