From ce65764948c691f763c988bfa508996388b1ff2f Mon Sep 17 00:00:00 2001 From: electrofloat <477252+electrofloat@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:58:57 +0000 Subject: [PATCH] docs: fix copy paste typo (#4815) Fixed a copy-paste bug in the description of the idle server timeout. This change only fixes that bug, but this part of the documentation need better explaining. (Something called "idle" in the "Server Timeouts" section of course configures server idle timeout, but what is server in this context, when happens when the time defined in idle expires, etc.) --- docs/content/en/configuration/prologue/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/configuration/prologue/common.md b/docs/content/en/configuration/prologue/common.md index 2a8c8b381..a5ea1ee3f 100644 --- a/docs/content/en/configuration/prologue/common.md +++ b/docs/content/en/configuration/prologue/common.md @@ -204,4 +204,4 @@ Configures the server write timeout. *__Note:__ This setting uses the [duration notation format](#duration-notation-format). Please see the [common options](#duration-notation-format) documentation for information on this format.* -Configures the server write timeout. +Configures the server idle timeout.