We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7061c3 commit 5e0a4b4Copy full SHA for 5e0a4b4
source/includes/steps-reshard-a-collection.yaml
@@ -28,7 +28,7 @@ content: |
28
.. code-block:: javascript
29
30
db.getSiblingDB("admin").aggregate([
31
- { $currentOp: { localOps: false } },
+ { $currentOp: { allUsers: true, localOps: false } },
32
{
33
$match: {
34
type: "op",
0 commit comments