mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
always use at-least 5 isolates
This commit is contained in:
parent
e9616a3fbc
commit
425eb2c66e
4 changed files with 12 additions and 9 deletions
|
|
@ -32,7 +32,7 @@ Cancelable<T?> runInIsolateGentle<T>({
|
|||
throw const InvalidIsolateUsageException();
|
||||
}
|
||||
|
||||
return workerManagerForIos.executeGentle((cancelledChecker) async {
|
||||
return workerManagerPatch.executeGentle((cancelledChecker) async {
|
||||
T? result;
|
||||
await runZonedGuarded(
|
||||
() async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue