Specify the units for graceful_timeout.

This commit is contained in:
Adrien Kunysz 2025-04-16 15:58:49 +02:00
parent a86ea1e4e6
commit dbc00fca76

View File

@ -807,7 +807,7 @@ class GracefulTimeout(Setting):
type = int
default = 30
desc = """\
Timeout for graceful workers restart.
Timeout for graceful workers restart in seconds.
After receiving a restart signal, workers have this much time to finish
serving requests. Workers still alive after the timeout (starting from