mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
fix SubprocessorBase.py
This commit is contained in:
parent
7a9cd6379f
commit
7a790489f2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue