1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(mobile): bump isar maxSize (#17372)

This commit is contained in:
shenlong
2025-04-04 08:19:50 +05:30
committed by GitHub
parent 8b6a765e12
commit 60174d662d

View File

@ -43,7 +43,7 @@ abstract final class Bootstrap {
DeviceAssetEntitySchema, DeviceAssetEntitySchema,
], ],
directory: dir.path, directory: dir.path,
maxSizeMiB: 1024, maxSizeMiB: 2048,
inspector: kDebugMode, inspector: kDebugMode,
); );
} }