File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -1228,34 +1228,6 @@ Logical Session Parameters
1228
1228
1229
1229
mongod --setParameter logicalSessionRefreshMillis=600000
1230
1230
1231
- .. parameter:: logicalSessionRefreshMinutes
1232
-
1233
- .. admonition:: Availability
1234
- :class: note
1235
-
1236
- Only for MongoDB 3.6.0-3.6.8 and MongoDB 4.0.0-4.0.3.
1237
- Starting in 4.0.4 (and 3.6.9), see
1238
- :parameter:`logicalSessionRefreshMillis` instead.
1239
-
1240
- |both|
1241
-
1242
- *Type*: integer
1243
-
1244
- *Default*: 5
1245
-
1246
- The interval (in minutes) at which the cache refreshes its logical
1247
- session records against the main session store.
1248
-
1249
- You can only set :parameter:`logicalSessionRefreshMinutes` at
1250
- startup and cannot change this setting with the
1251
- :dbcommand:`setParameter` command.
1252
-
1253
- For example, to set the :parameter:`logicalSessionRefreshMinutes`
1254
- for a :binary:`~bin.mongod` instance to 10 minutes:
1255
-
1256
- .. code-block:: sh
1257
-
1258
- mongod --setParameter logicalSessionRefreshMinutes=10
1259
1231
1260
1232
.. parameter:: localLogicalSessionTimeoutMinutes
1261
1233
You can’t perform that action at this time.
0 commit comments