[X2Go-Commits] python-x2go.git - twofactorauth (branch) updated: 0.1.1.4-247-g476c6f3

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:57:31 CEST 2013


The branch, twofactorauth has been updated
       via  476c6f3d70767ca3d4fe3fe98064427d47e46d92 (commit)
      from  9dc305a53a2f9c7101ef8f3be64ace4ec41bd8ba (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:
 x2go/registry.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2go/registry.py b/x2go/registry.py
index 7b174a1..87026a4 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -350,10 +350,10 @@ class X2goSessionRegistry(object):
                     _pubapp_associated_sessions = self.pubapp_sessions_of_profile_name(_profile_name, return_objects=True)
                     if _pubapp_associated_sessions:
                         self.master_sessions[_profile_name] = _pubapp_associated_sessions[0]
-                        _pubapp_associated_sessions[0].set_master_session(wait=1)
+                        _pubapp_associated_sessions[0].set_master_session(wait=2)
                     else:
                         self.master_sessions[_profile_name] = _running_associated_sessions[0]
-                        _running_associated_sessions[0].set_master_session(wait=1)
+                        _running_associated_sessions[0].set_master_session(wait=2)
 
         return True
 


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list