The branch, build-baikal has been updated via a313c11ae15f9d11fb90a1d66eefc2b75988cdf8 (commit) from 23bbab3585b44d728146393f8c1b03d9d8908453 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 - x2goserver/sbin/x2gocleansessions | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index cadd8be..9754354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,6 @@ 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 ca4f95a..d9f26a9 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -118,7 +118,7 @@ elsif ($pid == 0 ) $SIG{TERM}=\&catch_term; $SIG{CHLD} = sub { wait }; - while(sleep 2) + while(sleep 5) { 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).