docs: remove IdleTimeLimit until it is actually implemented
it gives users false hope and finally disappoints them.
This commit is contained in:
parent
64af6ec03a
commit
021b79ba55
@ -125,12 +125,6 @@ Sets the maximum number of simultaneous sessions. If not set or set to
|
|||||||
If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed
|
If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed
|
||||||
within 60 seconds after the user disconnects.
|
within 60 seconds after the user disconnects.
|
||||||
|
|
||||||
.TP
|
|
||||||
\fBIdleTimeLimit\fR=\fInumber\fR
|
|
||||||
\fI\This option is currently ignored!\fR Time limit before an idle
|
|
||||||
session is disconnected. If set to \fI0\fR, automatic disconnection is
|
|
||||||
disabled.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fBDisconnectedTimeLimit\fR=\fInumber\fR
|
\fBDisconnectedTimeLimit\fR=\fInumber\fR
|
||||||
Sets the time limit (in seconds) before a disconnected session is killed.
|
Sets the time limit (in seconds) before a disconnected session is killed.
|
||||||
|
@ -31,13 +31,6 @@ MaxSessions=50
|
|||||||
; if 1, true, or yes, kill session after 60 seconds
|
; if 1, true, or yes, kill session after 60 seconds
|
||||||
KillDisconnected=false
|
KillDisconnected=false
|
||||||
|
|
||||||
;; IdleTimeLimit - when to disconnect idle sessions
|
|
||||||
; Type: integer
|
|
||||||
; Default: 0
|
|
||||||
; if not zero, the seconds without mouse or keyboard input before disconnect
|
|
||||||
; not complete yet
|
|
||||||
IdleTimeLimit=0
|
|
||||||
|
|
||||||
;; DisconnectedTimeLimit - when to kill idle sessions
|
;; DisconnectedTimeLimit - when to kill idle sessions
|
||||||
; Type: integer
|
; Type: integer
|
||||||
; Default: 0
|
; Default: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user