chore: test fix concurrency database

This commit is contained in:
Alex
2025-09-11 13:27:08 -05:00
parent 722a464e23
commit 2793086c03
6 changed files with 222 additions and 49 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ class BackgroundSyncManager {
return _linkedAlbumSyncTask!.future;
}
_linkedAlbumSyncTask = runInIsolateGentle(computation: syncLinkedAlbumsIsolated);
_linkedAlbumSyncTask = runInIsolateGentle(computation: syncLinkedAlbumsIsolated, debugLabel: "LinkedAlbumSync");
return _linkedAlbumSyncTask!.whenComplete(() {
_linkedAlbumSyncTask = null;
});