The branch, master has been updated via dd176a90d04b64ea0a49ccad52f5ca0b72d25673 (commit) from ccb0ef3eb32d66055dc9af9bf2f4bad9323b0266 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dd176a90d04b64ea0a49ccad52f5ca0b72d25673 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 5 01:15:18 2013 +0200 Raise the frequency of the x2gocleansessions loop to every two seconds. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2goserver/sbin/x2gocleansessions | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index cadc41c..48c8bd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ x2goserver (4.0.0.3-0~x2go1) UNRELEASED; urgency=low - Add support to x2gocleansessions to suspend session via state changes in the session DB. - Add support for terminating sessions via the session DB. + - Raise the frequency of the x2gocleansessions loop to every two seconds. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 19 May 2013 15:02:53 +0200 diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 76f3cd4..710c0e2 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -116,7 +116,7 @@ elsif ($pid == 0 ) $SIG{TERM}=\&catch_term; $SIG{CHLD} = sub { wait }; - while(sleep 5) + while(sleep 2) { my $outp=`$x2go_lib_path/x2golistsessions_sql $serv 2>/dev/null`; my @outp=split("\n","$outp"); hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).