summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorJosef Ahmad <josef.ahmad@mongodb.com>2022-05-02 15:24:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-02 16:10:52 +0000
commit76e631755203c727392a822dd50a743813967b9a (patch)
tree9ac63b42189f170b5f0c36e285374070afbd6afc /src/mongo/db/ops
parent671486e7ba73cfac7e769f9839de9c7be023be21 (diff)
downloadmongo-76e631755203c727392a822dd50a743813967b9a.tar.gz
SERVER-63044 Batch non-sharded user multi-doc deletes by default
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/delete_request.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/ops/delete_request.idl b/src/mongo/db/ops/delete_request.idl
index 90084cdbd58..7571bfb329d 100644
--- a/src/mongo/db/ops/delete_request.idl
+++ b/src/mongo/db/ops/delete_request.idl
@@ -39,12 +39,12 @@ imports:
- "mongo/db/query/hint.idl"
server_parameters:
- internalBatchUserMultiDeletesForTest:
- description: "When set, it enables user-initiated multi-document deletes on namespace __internalBatchedDeletesTesting.Collection0. For test only"
- set_at: [startup, runtime]
+ batchUserMultiDeletes:
+ description: "When set, it batches multi-doc deletes"
+ set_at: [ startup, runtime ]
cpp_vartype: AtomicWord<bool>
- cpp_varname: gInternalBatchUserMultiDeletesForTest
- default: false
+ cpp_varname: gBatchUserMultiDeletes
+ default: true
types:
yield_policy: