Skip to content

Commit ea21b18

Browse files
author
Ed Costello
committed
checkpoint commit
1 parent ee7452a commit ea21b18

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

source/reference/command/writeBacksQueued.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ writeBacksQueued (internal)
99
:dbcommand:`writeBacksQueued` is an internal command that returns
1010
a document reporting there are operations in the write back queue
1111
for the given :program:`mongos` and information about the queues.
12-
12+
1313
:field Boolean hasOpsQueued:
14-
14+
1515
True if there are writeBack operations queued.
16-
16+
1717
:field integer totalOpsQueued:
18-
18+
1919
The number of operations queued.
20-
20+
2121
:field document queues:
22-
22+
2323
A document listing the queues, with fields detailing the size of
2424
each queue and the time since the last call.
25-
26-
n
27-
28-
The size of the queue.
29-
30-
minutesSinceLastCall
31-
32-
The minutes since the last call.
33-
25+
26+
:field document queues.n:
27+
28+
The size of the queue.
29+
30+
:field document queues.minutesSinceLastCall:
31+
32+
The minutes since the last call.
33+
3434
.. slave-ok, admin-only

0 commit comments

Comments
 (0)