mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Set query and fetch executors to low priority again
This commit is contained in:
@@ -97,7 +97,7 @@ public abstract class DB extends RoomDatabase {
|
||||
|
||||
private static DB sInstance;
|
||||
private static ExecutorService executor = Executors.newFixedThreadPool(
|
||||
Runtime.getRuntime().availableProcessors(), Helper.foregroundThreadFactory);
|
||||
Runtime.getRuntime().availableProcessors(), Helper.backgroundThreadFactory);
|
||||
|
||||
private static final String DB_NAME = "fairemail";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user