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

This commit is contained in:
shenlong 2025-04-04 08:19:50 +05:30 committed by Min Idzelis
parent 04d2855089
commit 186d8b5f02

View File

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