summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.