From b6e77189fbe020c5e00b8cda2761ab3d5e92edca Mon Sep 17 00:00:00 2001 From: Misha Behersky Date: Sat, 31 Aug 2024 16:17:02 +0200 Subject: [PATCH] Fix missing word --- docs/how_to_guides/configuring.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how_to_guides/configuring.rst b/docs/how_to_guides/configuring.rst index ab3a07cb..c915b7dc 100644 --- a/docs/how_to_guides/configuring.rst +++ b/docs/how_to_guides/configuring.rst @@ -103,6 +103,7 @@ errorlog ``--error-logfile`` The target location for ``--log-file`` use `-` for stderr. graceful_timeout ``--graceful-timeout`` Time to wait after SIGTERM or Ctrl-C for any remaining requests (tasks) to + complete. read_timeout ``--read-timeout`` Seconds to wait before timing out reads No timeout. on TCP sockets. group ``-g``, ``--group`` Group to own any unix sockets.