fix SubprocessorBase.py

This commit is contained in:
Colombo 2020-02-19 22:09:45 +04:00
parent 7a9cd6379f
commit 7a790489f2

View file

@ -289,7 +289,7 @@ class Subprocessor(object):
terminate_it = True
break
if self.no_response_time_sec != 0 and (time.time() - cli.sent_time) > self.no_response_time_sec:
if (time.time() - cli.sent_time) > 30:
terminate_it = True
if terminate_it: