mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): bump isar maxSize (#17372)
This commit is contained in:
parent
8b6a765e12
commit
60174d662d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ abstract final class Bootstrap {
|
||||||
DeviceAssetEntitySchema,
|
DeviceAssetEntitySchema,
|
||||||
],
|
],
|
||||||
directory: dir.path,
|
directory: dir.path,
|
||||||
maxSizeMiB: 1024,
|
maxSizeMiB: 2048,
|
||||||
inspector: kDebugMode,
|
inspector: kDebugMode,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue