summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavi Vetriselvan <pavithra.vetriselvan@mongodb.com>2023-05-17 17:23:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-17 18:29:00 +0000
commitdaf7bd5ff960050582f48aeda84b782cd013d825 (patch)
tree8f9f044904a9a754fa8eca415fd75bdee5490835
parent04f256f636530adea9774790181a20fbed4be4a0 (diff)
downloadmongo-daf7bd5ff960050582f48aeda84b782cd013d825.tar.gz
SERVER-76729 Remove TODO listed in SERVER-73342
-rw-r--r--src/mongo/db/storage/execution_control/concurrency_adjustment_parameters.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/storage/execution_control/concurrency_adjustment_parameters.idl b/src/mongo/db/storage/execution_control/concurrency_adjustment_parameters.idl
index 9a56cfd8b6d..9c1e787b4ee 100644
--- a/src/mongo/db/storage/execution_control/concurrency_adjustment_parameters.idl
+++ b/src/mongo/db/storage/execution_control/concurrency_adjustment_parameters.idl
@@ -32,7 +32,6 @@ global:
- "mongo/db/storage/execution_control/concurrency_adjustment_validator.h"
enums:
- # TODO (SERVER-73342): Remove this enum once there is only one algorithm.
StorageEngineConcurrencyAdjustmentAlgorithm:
description: "Algorithm for adjusting the number of concurrent storage engine transactions"
type: string
@@ -48,7 +47,6 @@ enums:
server_parameters:
- # TODO (SERVER-73342): Remove this parameter once there is only one algorithm.
storageEngineConcurrencyAdjustmentAlgorithm:
description: >-
The algorithm to be used for adjusting the number of concurrent storage engine transactions.