max timeout of heartbeat increased to 35

This commit is contained in:
iLLiCiTiT 2019-10-23 18:03:29 +02:00
parent 11f4451af1
commit 7c59df5ec5

View file

@ -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")