File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
doc/reference/configuration Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 49
49
50
50
.. confval :: replication_timeout
51
51
52
- A replica sends heartbeat messages to the master every second, and the
53
- master is programmed to reconnect automatically if it doesn’t see heartbeat
54
- messages more often than ``replication_timeout `` seconds.
52
+ If the master has no updates to send to the replicas, it sends heartbeat messages
53
+ every ``replication_timeout `` seconds, and each replica sends an ACK packet back.
54
+
55
+ Both master and replicas are programmed to drop the connection if they get no
56
+ response in four ``replication_timeout `` seconds.
57
+ If the connection is dropped, a replica tries to reconnect to the master.
55
58
56
59
See more in :ref: `Monitoring a replica set <replication-monitoring >`.
57
60
You can’t perform that action at this time.
0 commit comments