summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_server_parameters.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/repl_server_parameters.idl')
-rw-r--r--src/mongo/db/repl/repl_server_parameters.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/mongo/db/repl/repl_server_parameters.idl b/src/mongo/db/repl/repl_server_parameters.idl
index 3069072cb0f..b8744837746 100644
--- a/src/mongo/db/repl/repl_server_parameters.idl
+++ b/src/mongo/db/repl/repl_server_parameters.idl
@@ -150,28 +150,6 @@ server_parameters:
cpp_varname: writePeriodicNoops
default: true
- # From collection_cloner.cpp
- numInitialSyncCollectionCountAttempts:
- description: The number of attempts for the count command, which gets the document count.
- set_at: [ startup, runtime ]
- cpp_vartype: AtomicWord<int>
- cpp_varname: numInitialSyncCollectionCountAttempts
- default: 3
-
- numInitialSyncListIndexesAttempts:
- description: The number of attempts for the listIndexes commands.
- set_at: [ startup, runtime ]
- cpp_vartype: AtomicWord<int>
- cpp_varname: numInitialSyncListIndexesAttempts
- default: 3
-
- numInitialSyncCollectionFindAttempts:
- description: The number of attempts for the find command, which gets the data.
- set_at: [ startup, runtime ]
- cpp_vartype: AtomicWord<int>
- cpp_varname: numInitialSyncCollectionFindAttempts
- default: 3
-
collectionClonerUsesExhaust:
description: Whether to use the "exhaust cursor" feature when retrieving collection data.
set_at: startup
@@ -203,13 +181,6 @@ server_parameters:
validator:
gte: 0
- numInitialSyncListCollectionsAttempts:
- description: The number of attempts for the listCollections commands.
- set_at: [ startup, runtime ]
- cpp_vartype: AtomicWord<int>
- cpp_varname: numInitialSyncListCollectionsAttempts
- default: 3
-
# From replication_coordinator_external_state_impl.cpp
oplogFetcherSteadyStateMaxFetcherRestarts:
description: >-