We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1943f97 commit fcf45fcCopy full SHA for fcf45fc
source/reference/command/isMaster.txt
@@ -105,6 +105,16 @@ roles:
105
Returns the local server time in UTC. This value is an
106
:term:`ISO date <ISODate>`.
107
108
+.. data:: isMaster.logicalSessionTimeoutMinutes
109
+
110
+ .. versionadded:: 3.6
111
112
+ The number of minutes that a :ref:`session <sessions>` lasts without
113
+ receiving a new read or write operation from the client.
114
+ :program:`mongod` or :program:`mongos` terminates sessions that
115
+ exceeds this threshold. Any state associated with a terminated
116
+ session will be lost.
117
118
.. data:: isMaster.minWireVersion
119
120
.. versionadded:: 2.6
0 commit comments