diff --git a/apps/mobile/app/common/database/index.ts b/apps/mobile/app/common/database/index.ts index cae6785ab..ec65abff6 100644 --- a/apps/mobile/app/common/database/index.ts +++ b/apps/mobile/app/common/database/index.ts @@ -72,8 +72,8 @@ export async function setupDatabase(password?: string) { ({ compress: Gzip.deflate, decompress: Gzip.inflate - } as ICompressor), - batchSize: 100, + }) as ICompressor, + batchSize: 50, sqliteOptions: { dialect: (name) => ({ createDriver: () => {