Skip to content

Commit 60bf0d3

Browse files
committed
Remove default value from description
Resolves #1693
1 parent f83051e commit 60bf0d3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/book/replication/repl_monitoring.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The primary indicators of replication health are:
5555
* :ref:`idle <box_info_replication_upstream_idle>`, the time (in seconds) since
5656
the instance received the last event from a master.
5757

58-
A master sends heartbeat messages to a replica every second, and the master
58+
If the master has no updates to send to the replicas, it sends heartbeat messages
59+
every ``replication_timeout`` seconds. The master
5960
is programmed to disconnect if it does not see acknowledgments of the heartbeat messages
6061
within :ref:`replication_timeout <cfg_replication-replication_timeout>` * 4
6162
seconds.

locale/ru/LC_MESSAGES/book/replication/repl_monitoring.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,15 @@ msgstr ""
100100
"с момента получения последнего события от мастера."
101101

102102
msgid ""
103-
"A master sends heartbeat messages to a replica every second, and the master "
103+
"If the master has no updates to send to the replicas, it sends heartbeat messages "
104+
"every ``replication_timeout`` seconds. The master "
104105
"is programmed to disconnect if it does not see acknowledgments of the "
105106
"heartbeat messages within :ref:`replication_timeout <cfg_replication-"
106107
"replication_timeout>` * 4 seconds."
107108
msgstr ""
108-
"Мастер отправляет сообщения контрольного сигнала на реплику каждую секунду, "
109-
"и мастер запрограммирован на отключение, если он не получает сообщения "
109+
"Если на мастере нет новых данных, требующих репликации, он отправляет на реплики "
110+
"сообщения контрольного сигнала каждые ``replication_timeout`` секунд. "
111+
"Мастер запрограммирован на отключение, если он не получает сообщения "
110112
"контрольного сигнала дольше :ref:`replication_timeout <cfg_replication-"
111113
"replication_timeout>` * 4 секунд."
112114

0 commit comments

Comments
 (0)