[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 4.0.0.2-7-gdfe76c8

X2Go dev team git-admin at x2go.org
Wed Dec 4 06:22:22 CET 2013


The branch, build-baikal has been updated
       via  dfe76c81c09a38819bac236020c2b49eeaede246 (commit)
      from  cc0d73077ae178488672ae919e7225a8ac5415b1 (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, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 9754354..cadd8be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,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 at das-netzwerkteam.de>  Sun, 19 May 2013 15:02:53 +0200
 
diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions
index d9f26a9..ca4f95a 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 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).




More information about the x2go-commits mailing list