Skip to content

Commit fcf45fc

Browse files
nlarewkay-kim
authored andcommitted
DOCS-10676: isMaster returns logicalSessionTimeoutMinutes
1 parent 1943f97 commit fcf45fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/reference/command/isMaster.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ roles:
105105
Returns the local server time in UTC. This value is an
106106
:term:`ISO date <ISODate>`.
107107

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+
108118
.. data:: isMaster.minWireVersion
109119

110120
.. versionadded:: 2.6

0 commit comments

Comments
 (0)