Skip to content

Commit

Permalink
Update src/examples/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhashimoto authored Nov 24, 2024
1 parent 605100a commit e72d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Changing the page size after the database is created is not supported (this is a
### IDBMirrorVFS
This VFS keeps all files in memory, persisting database files to IndexedDB. It works on all contexts.

IDBBatchAtomicVFS can trade durability for performance by setting `PRAGMA synchronous=normal`.
IDBMirrorVFS can trade durability for performance by setting `PRAGMA synchronous=normal`.

Changing the page size after the database is created is not supported.

Expand Down

0 comments on commit e72d314

Please sign in to comment.