You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
fix(mobile): fix database out of size (#11065)
This commit is contained in:
@ -50,7 +50,7 @@ final class TestUtils {
|
||||
AndroidDeviceAssetSchema,
|
||||
IOSDeviceAssetSchema,
|
||||
],
|
||||
maxSizeMiB: 256,
|
||||
maxSizeMiB: 1024,
|
||||
directory: "test/",
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user