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.)
pull/4817/head
electrofloat 2023-01-23 22:58:57 +00:00 committed by GitHub
parent 3000b090b1
commit ce65764948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.