From e7445a2544f6b4319a53f2fea71358b9a746f298 Mon Sep 17 00:00:00 2001 From: Laxmikant Rashinkar Date: Fri, 28 Feb 2014 19:28:31 -0800 Subject: o default login limit is now 50 users (instead of 10) o we now wait for 30 seconds for session connection (instead of 1) o if AUTO_LOGON flag is set but username is null, we force login dialog to show up --- sesman/sesman.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sesman') diff --git a/sesman/sesman.ini b/sesman/sesman.ini index 02fef5ba..5ee0b4cd 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -16,7 +16,7 @@ AlwaysGroupCheck = false [Sessions] X11DisplayOffset=10 -MaxSessions=10 +MaxSessions=50 # if 1, true, or yes, kill session after 60 seconds KillDisconnected=0 # if not zero, the seconds without mouse or keyboard input before disconnect -- cgit v1.2.1