Skip to content

Commit b0ca282

Browse files
committed
DOCS-12082: 4.2 rm logicalSessionRefreshMinutes
1 parent 65a6ea5 commit b0ca282

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

source/reference/parameters.txt

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,34 +1228,6 @@ Logical Session Parameters
12281228

12291229
mongod --setParameter logicalSessionRefreshMillis=600000
12301230

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
12591231

12601232
.. parameter:: localLogicalSessionTimeoutMinutes
12611233

0 commit comments

Comments
 (0)