Skip to content

Commit 968402a

Browse files
committed
Fix default cache size to match the docs.
1 parent 1feb88a commit 968402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/db/adapters/web-sql-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export enum TemporaryStorageOption {
6161
FILESYSTEM = 'file'
6262
}
6363

64-
export const DEFAULT_CACHE_SIZE_KB = 100 * 1024;
64+
export const DEFAULT_CACHE_SIZE_KB = 50 * 1024;
6565

6666
/**
6767
* Options for opening a Web SQL connection

0 commit comments

Comments
 (0)