mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Small improvements
This commit is contained in:
@@ -377,7 +377,8 @@ public class EmailProvider {
|
||||
return provider;
|
||||
}
|
||||
|
||||
private static final ExecutorService executor = Executors.newCachedThreadPool();
|
||||
private static final ExecutorService executor =
|
||||
Executors.newCachedThreadPool(Helper.backgroundThreadFactory);
|
||||
|
||||
private static class Server {
|
||||
String host;
|
||||
|
||||
Reference in New Issue
Block a user