Skip to content

Commit 2713726

Browse files
avilatonpgjones
authored andcommitted
Update graceful_timeout documentation with default value of 3s
Added default value for graceful_timeout in documentation. As seen here https://github.com/pgjones/hypercorn/blob/main/src/hypercorn/config.py#L76
1 parent 7bc3441 commit 2713726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to_guides/configuring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ dogstatsd_tags N/A DogStatsd format tag, s
101101
:ref:`using_statsd`.
102102
errorlog ``--error-logfile`` The target location for the error log,
103103
``--log-file`` use `-` for stderr.
104-
graceful_timeout ``--graceful-timeout`` Time to wait after SIGTERM or Ctrl-C
104+
graceful_timeout ``--graceful-timeout`` Time to wait after SIGTERM or Ctrl-C 3s
105105
for any remaining requests (tasks) to
106106
read_timeout ``--read-timeout`` Seconds to wait before timing out reads No timeout.
107107
on TCP sockets.

0 commit comments

Comments
 (0)