mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix(mobile): bump isar maxSize (#17372)
This commit is contained in:
parent
04d2855089
commit
186d8b5f02
@ -43,7 +43,7 @@ abstract final class Bootstrap {
|
||||
DeviceAssetEntitySchema,
|
||||
],
|
||||
directory: dir.path,
|
||||
maxSizeMiB: 1024,
|
||||
maxSizeMiB: 2048,
|
||||
inspector: kDebugMode,
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user