mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
max timeout of heartbeat increased to 35
This commit is contained in:
parent
11f4451af1
commit
7c59df5ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,8 +8,8 @@ from pypeapp import Logger
|
|||
|
||||
|
||||
class SocketThread(threading.Thread):
|
||||
MAX_TIMEOUT = 30
|
||||
"""Thread that checks suprocess of storer of processor of events"""
|
||||
MAX_TIMEOUT = 35
|
||||
def __init__(self, name, port, filepath):
|
||||
super(SocketThread, self).__init__()
|
||||
self.log = Logger().get_logger("SocketThread", "Event Thread")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue