Skip to content

Commit 2815f1c

Browse files
author
Vladimir I
committed
Fix gh-893 (v.2.2 specific) feedback: Submodule box.info
This is the same fix as with v. 1.10 but with added downstream.idle description. Translation needed
1 parent ef54acc commit 2815f1c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/2.2/book/box/box_info.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,16 @@ variables.
182182
Even if an instance is :ref:`removed <replication-remove_instances>`,
183183
its values will still appear here.
184184

185-
* **replication.downstream.status** ``= disconnected`` is displayed if the
186-
downstream instance disconnects from the upstream instance. Otherwise the
187-
status is not reported.
185+
* **replication.downstream.idle** is the time (in seconds) since the last
186+
time this instance sent events through the downstream replication.
187+
188+
* **replication.downstream.status** is the replication status for downstream
189+
replications:
190+
191+
* ``stopped`` means that downstream replication has stopped.
192+
* ``follow`` means that downstream replication is in progress.
193+
194+
188195

189196
.. function:: box.info()
190197

0 commit comments

Comments
 (0)