Skip to content

Commit 9418dc6

Browse files
shenlong-tanwensavely-krasovsky
authored andcommitted
fix(mobile): bump isar maxSize (immich-app#17372)
1 parent 093a945 commit 9418dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/lib/utils/bootstrap.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract final class Bootstrap {
4343
DeviceAssetEntitySchema,
4444
],
4545
directory: dir.path,
46-
maxSizeMiB: 1024,
46+
maxSizeMiB: 2048,
4747
inspector: kDebugMode,
4848
);
4949
}

0 commit comments

Comments
 (0)