mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Use dedicated I/O executor
This commit is contained in:
@@ -280,7 +280,7 @@ public class Helper {
|
||||
}
|
||||
}
|
||||
|
||||
private static ExecutorService getBackgroundExecutor(int threads, final String name) {
|
||||
static ExecutorService getBackgroundExecutor(int threads, final String name) {
|
||||
ThreadFactory factory = new ThreadFactory() {
|
||||
private final AtomicInteger threadId = new AtomicInteger();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user