mirror of
https://github.com/immich-app/immich.git
synced 2025-12-18 01:11:07 +03: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