Small improvements

This commit is contained in:
M66B
2019-07-24 08:42:37 +02:00
parent f8665c8526
commit 6104ecfadb
6 changed files with 11 additions and 6 deletions

View File

@@ -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;