1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Specify that the io-timeout option is measured in seconds.

This commit is contained in:
Cynthia Shang 2020-04-20 13:11:34 -04:00 committed by David Steele
parent 1c319e051b
commit 93e4fe0199
2 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@
<config-key id="io-timeout" name="I/O Timeout">
<summary>I/O timeout.</summary>
<text>Timeout used for connections and read/write operations.
<text>Timeout, in seconds, used for connections and read/write operations.
Note that the entire read/write operation does not need to complete within this timeout but <i>some</i> progress must be made, even if it is only a single byte.</text>

View File

@ -1393,7 +1393,7 @@ static ConfigDefineOptionData configDefineOptionData[] = CFGDEFDATA_OPTION_LIST
CFGDEFDATA_OPTION_HELP_SUMMARY("I/O timeout.")
CFGDEFDATA_OPTION_HELP_DESCRIPTION
(
"Timeout used for connections and read/write operations.\n"
"Timeout, in seconds, used for connections and read/write operations.\n"
"\n"
"Note that the entire read/write operation does not need to complete within this timeout but some progress must be "
"made, even if it is only a single byte."