Skip to content

Commit f1824e5

Browse files
committed
doc: Add more documentation about wal_retrieve_retry_interval
from Michael Paquier
1 parent 5f5e68b commit f1824e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3035,6 +3035,17 @@ include_dir 'conf.d'
30353035
<filename>postgresql.conf</> file or on the server command line.
30363036
The default value is 5 seconds. Units are milliseconds if not specified.
30373037
</para>
3038+
<para>
3039+
This parameter is useful in configurations where a node in recovery
3040+
needs to control the amount of time to wait for new WAL data to be
3041+
available. For example, in archive recovery, it is possible to
3042+
make the recovery more responsive in the detection of a new WAL
3043+
log file by reducing the value of this parameter. On a system with
3044+
low WAL activity, increasing it reduces the amount of requests necessary
3045+
to access WAL archives, something useful for example in cloud
3046+
environments where the amount of times an infrastructure is accessed
3047+
is taken into account.
3048+
</para>
30383049
</listitem>
30393050
</varlistentry>
30403051

0 commit comments

Comments
 (0)