File tree 1 file changed +10
-3
lines changed 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,16 @@ variables.
182
182
Even if an instance is :ref: `removed <replication-remove_instances >`,
183
183
its values will still appear here.
184
184
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
+
188
195
189
196
.. function :: box.info()
190
197
You can’t perform that action at this time.
0 commit comments