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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user