mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Use dedicate operation executor
This commit is contained in:
@@ -1550,7 +1550,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
Log.i(account.name + " run thread=" + currentThread);
|
||||
|
||||
final ObjectHolder<TwoStateOwner> cowner = new ObjectHolder<>();
|
||||
final ExecutorService executor = Helper.getOperationExecutor();
|
||||
final ExecutorService executor = Helper.getBackgroundExecutor(1, "operation." + account.id);
|
||||
|
||||
// Debug
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
|
||||
|
||||
Reference in New Issue
Block a user