Max. 5 parallel downloads

This commit is contained in:
M66B
2025-10-30 09:51:03 +01:00
parent 84b078a438
commit ec3607e240

View File

@@ -294,7 +294,7 @@ public class Helper {
static ExecutorService getDownloadTaskExecutor() {
if (sDownloadExecutor == null)
sDownloadExecutor = getBackgroundExecutor(0, "download");
sDownloadExecutor = getBackgroundExecutor(5, "download");
return sDownloadExecutor;
}