From daf7bd5ff960050582f48aeda84b782cd013d825 Mon Sep 17 00:00:00 2001 From: Pavi Vetriselvan Date: Wed, 17 May 2023 17:23:51 +0000 Subject: SERVER-76729 Remove TODO listed in SERVER-73342 --- .../db/storage/execution_control/concurrency_adjustment_parameters.idl | 2 -- 1 file changed, 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. -- cgit v1.2.1