We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23969d9 commit 38944fbCopy full SHA for 38944fb
tools/diagnostics-app/src/library/powersync/ConnectionManager.ts
@@ -23,7 +23,7 @@ export const db = new PowerSyncDatabase({
23
},
24
schema: schemaManager.buildSchema()
25
});
26
-db.execute('PRAGMA cache_size=-50000');
+db.execute('PRAGMA cache_size=-500000');
27
28
export const connector = new TokenConnector();
29
0 commit comments