mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-12 01:40:02 +01:00
Max. 5 parallel downloads
This commit is contained in:
@@ -294,7 +294,7 @@ public class Helper {
|
||||
|
||||
static ExecutorService getDownloadTaskExecutor() {
|
||||
if (sDownloadExecutor == null)
|
||||
sDownloadExecutor = getBackgroundExecutor(0, "download");
|
||||
sDownloadExecutor = getBackgroundExecutor(5, "download");
|
||||
return sDownloadExecutor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user