@@ -2277,37 +2277,6 @@ If you attempt to update ``disableSplitHorizonIPCheck`` at runtime,
2277
2277
2278
2278
mongod --setParameter maxSessions=1000
2279
2279
2280
- .. parameter:: oplogBatchDelayMillis
2281
-
2282
- |both|
2283
-
2284
- *Type*: integer
2285
-
2286
- *Default*: 0
2287
-
2288
- The number of milliseconds to delay applying batches of oplog
2289
- operations on secondary nodes. By default, ``oplogBatchDelayMillis``
2290
- is ``0``, meaning oplog batches are applied with no delay. When there
2291
- is no delay, MongoDB may apply frequent, small oplog batches to
2292
- secondaries.
2293
-
2294
- Increasing ``oplogBatchDelayMillis`` causes MongoDB to apply oplog
2295
- batches less frequently on secondaries, with each batch containing
2296
- larger amounts of data. This reduces :abbr:`IOPS (Input/Output
2297
- Operations Per Second)` on secondaries, but adds latency for writes
2298
- with write concern :writeconcern:`"majority"`.
2299
-
2300
- You can only set ``oplogBatchDelayMillis`` at startup. You cannot set
2301
- ``oplogBatchDelayMillis`` during runtime.
2302
-
2303
- For example, run the following command to set the
2304
- ``oplogBatchDelayMillis`` for a :binary:`~bin.mongod` instance to 20
2305
- milliseconds:
2306
-
2307
- .. code-block:: bash
2308
-
2309
- mongod --setParameter oplogBatchDelayMillis=20
2310
-
2311
2280
.. parameter:: storeFindAndModifyImagesInSideCollection
2312
2281
2313
2282
.. versionadded:: 5.1
@@ -3142,7 +3111,7 @@ Sharding Parameters
3142
3111
and :method:`delete <db.collection.deleteOne>` operations.
3143
3112
3144
3113
For example, to set the maximum percentage to 20, you can issue the
3145
- following during startup:
3114
+ followingduring startup:
3146
3115
3147
3116
.. code-block:: bash
3148
3117
0 commit comments