From eb78c00601561a98d7f37b5cc65892a74c042a58 Mon Sep 17 00:00:00 2001 From: lxnay Date: Thu, 4 Dec 2008 22:22:15 +0000 Subject: [PATCH] Entropy/entropy-system-daemon: - add default session ttl git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2715 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- server/entropy-system-daemon | 1 + 1 file changed, 1 insertion(+) diff --git a/server/entropy-system-daemon b/server/entropy-system-daemon index 2b002273b..13aa1f1cb 100644 --- a/server/entropy-system-daemon +++ b/server/entropy-system-daemon @@ -24,6 +24,7 @@ from entropyConstants import * import entropyTools, exceptionTools from entropy import SystemManagerServerInterface, SystemManagerExecutorServerRepositoryInterface, SystemManagerRepositoryCommands, ServerInterface etpConst['community']['mode'] = True +etpConst['socket_service']['session_ttl'] = 300 def run_srv(s): try: