Download executor

This commit is contained in:
M66B
2022-12-28 10:32:41 +01:00
parent fe42eba34d
commit c8fe17b296
5 changed files with 38 additions and 33 deletions

View File

@@ -9820,7 +9820,7 @@ public class FragmentMessages extends FragmentBase
continue;
}
futures.add(Helper.getParallelExecutor().submit(new Callable<Void>() {
futures.add(Helper.getDownloadTaskExecutor().submit(new Callable<Void>() {
@Override
public Void call() throws Exception {
try (OutputStream os = new FileOutputStream(out)) {