[X2Go-Commits] x2goserver.git - release/4.0.0.x (branch) updated: 4.0.0.2-23-ga313c11

X2Go dev team git-admin at x2go.org
Thu Jun 6 13:33:14 CEST 2013


The branch, release/4.0.0.x 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 -----------------------------------------------------------------
commit a313c11ae15f9d11fb90a1d66eefc2b75988cdf8
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jun 6 13:28:58 2013 +0200

    Revert "Raise the frequency of the x2gocleansessions loop to every two seconds."
    
    This reverts commit dfe76c81c09a38819bac236020c2b49eeaede246.

-----------------------------------------------------------------------

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 at 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).




More information about the x2go-commits mailing list