doc: document "primary_follow_timeout" configuration file parameter.

This commit is contained in:
Ian Barwick
2018-02-27 10:09:40 +09:00
parent 9365bf3474
commit a27dd8c49c
2 changed files with 7 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
To re-add an inactive node to the replication cluster, see
<xref linkend="repmgr-node-rejoin">
</para>
</refsect1>
<refsect1>
@@ -74,7 +75,10 @@
<term><option>--wait</option></term>
<listitem>
<para>
Wait for a primary to appear.
Wait for a primary to appear. &repmgr; will wait for up to
<varname>primary_follow_timeout</varname> seconds
(default: 60 seconds) to verify that the standby is following the new primary.
This value can be defined in <filename>repmgr.conf</filename>.
</para>
</listitem>
</varlistentry>

View File

@@ -29,8 +29,8 @@
<para>
Note that &repmgr; will wait for up to <varname>promote_check_timeout</varname> seconds
(default: 60 seconds) to verify that the standby has been promoted, and will
check the promotion every <varname>promote_check_interval</varname> seconds (default: 1 second)
(both values can be defined in <filename>repmgr.conf</filename>).
check the promotion every <varname>promote_check_interval</varname> seconds (default: 1 second).
Both values can be defined in <filename>repmgr.conf</filename>.
</para>
</refsect1>