summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_runtime_d_params.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/sharding_runtime_d_params.idl')
-rw-r--r--src/mongo/db/s/sharding_runtime_d_params.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/db/s/sharding_runtime_d_params.idl b/src/mongo/db/s/sharding_runtime_d_params.idl
index 70f9466365c..23d298f0d6b 100644
--- a/src/mongo/db/s/sharding_runtime_d_params.idl
+++ b/src/mongo/db/s/sharding_runtime_d_params.idl
@@ -142,14 +142,3 @@ server_parameters:
cpp_vartype: int
cpp_varname: shardedIndexConsistencyCheckIntervalMS
default: 600000
-
- metadataRefreshInTransactionMaxWaitBehindCritSecMS:
- description: >-
- Maximum time in milliseconds to wait behind the critical section when refreshing the
- filtering metadata within a transaction.
- set_at: [startup, runtime]
- cpp_vartype: AtomicWord<int>
- cpp_varname: metadataRefreshInTransactionMaxWaitBehindCritSecMS
- validator:
- gte: 0
- default: 500