mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-11 15:47:01 -07:00
Merger no more terminate process after 60 secs
This commit is contained in:
parent
7a790489f2
commit
20f842a34a
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class MergeSubprocessor(Subprocessor):
|
|||
if len (frames) == 0:
|
||||
raise ValueError ("len (frames) == 0")
|
||||
|
||||
super().__init__('Merger', MergeSubprocessor.Cli, 86400 if MERGER_DEBUG else 60, io_loop_sleep_time=0.001)
|
||||
super().__init__('Merger', MergeSubprocessor.Cli, io_loop_sleep_time=0.001)
|
||||
|
||||
self.is_interactive = is_interactive
|
||||
self.merger_session_filepath = Path(merger_session_filepath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue