Use dedicate operation executor

This commit is contained in:
M66B
2023-02-02 07:45:24 +01:00
parent fdaa270b80
commit a7c79ffc0c
2 changed files with 1 additions and 14 deletions

View File

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