Entropy/SocketHostInterface:

- increase fork timeout to 5 minutes


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2621 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-11-02 11:19:34 +00:00
parent 8488f79f5d
commit ea288f58ed

View File

@@ -14579,7 +14579,7 @@ class SocketHostInterface:
# settings
self.SessionsLock = self.threading.Lock()
self.fork_requests = True # used by the command processor
self.fork_request_timeout_seconds = 120
self.fork_request_timeout_seconds = 300
self.stdout_logging = True
self.timeout = etpConst['socket_service']['timeout']
self.hostname = etpConst['socket_service']['hostname']