Actually add dl thread

(cherry picked from commit c6697518f07afc507c0455e1e3e8ff60b12505b1)
This commit is contained in:
Martin 2020-10-12 01:21:21 +02:00
parent 9c088b9d9f
commit 5709f76b70

View File

@ -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);
}
}