File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ setParameter
42
42
43
43
- :parameter:`replApplyBatchSize`
44
44
- :parameter:`replIndexPrefetch`
45
+ - :parameter:`oplogInitialFindMaxSeconds`
45
46
46
47
**Security**
47
48
Original file line number Diff line number Diff line change @@ -1049,6 +1049,20 @@ Replication Parameters
1049
1049
:parameter:`replWriterThreadCount` at startup and cannot change this
1050
1050
setting with the :dbcommand:`setParameter` command.
1051
1051
1052
+ .. parameter:: oplogInitialFindMaxSeconds
1053
+
1054
+ .. versionadded:: 3.6
1055
+
1056
+ *Type*: integer
1057
+
1058
+ *Default*: 60
1059
+
1060
+ |mongod-only|
1061
+
1062
+ Maximum time in seconds for a member of a :term:`replica set` to wait
1063
+ for its :dbcommand:`find` command to finish during
1064
+ :ref:`data synchronization <replica-set-sync>`.
1065
+
1052
1066
Sharding Parameters
1053
1067
~~~~~~~~~~~~~~~~~~~
1054
1068
Original file line number Diff line number Diff line change @@ -399,6 +399,11 @@ Replica Sets
399
399
set protocol versions, see
400
400
:doc:`/reference/replica-set-protocol-versions`.
401
401
402
+ - Added the :parameter:`oplogInitialFindMaxSeconds` parameter to adjust
403
+ how long a member of a :term:`replica set` should wait for its
404
+ :dbcommand:`find` command to finish during :ref:`data synchronization
405
+ <replica-set-sync>`.
406
+
402
407
Sharded Clusters
403
408
----------------
404
409
You can’t perform that action at this time.
0 commit comments