File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3054,6 +3054,17 @@ include_dir 'conf.d'
30543054 <filename>postgresql.conf</> file or on the server command line.
30553055 The default value is 5 seconds. Units are milliseconds if not specified.
30563056 </para>
3057+ <para>
3058+ This parameter is useful in configurations where a node in recovery
3059+ needs to control the amount of time to wait for new WAL data to be
3060+ available. For example, in archive recovery, it is possible to
3061+ make the recovery more responsive in the detection of a new WAL
3062+ log file by reducing the value of this parameter. On a system with
3063+ low WAL activity, increasing it reduces the amount of requests necessary
3064+ to access WAL archives, something useful for example in cloud
3065+ environments where the amount of times an infrastructure is accessed
3066+ is taken into account.
3067+ </para>
30573068 </listitem>
30583069 </varlistentry>
30593070
You can’t perform that action at this time.
0 commit comments