mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Actually add dl thread
(cherry picked from commit c6697518f07afc507c0455e1e3e8ff60b12505b1)
This commit is contained in:
parent
9c088b9d9f
commit
5709f76b70
@ -72,6 +72,8 @@ ServerDownloadThreadGroup::ServerDownloadThreadGroup(FileClient& fc, FileClientC
|
||||
sc_failure_fatal, i, filepath_corrections, max_file_id, active_dls_ids);
|
||||
|
||||
tickets.push_back(Server->getThreadPool()->execute(dl_thread.dl_thread, "fbackup load" + convert(i)));
|
||||
|
||||
dl_threads.push_back(dl_thread);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user