aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-opfs.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-10-04 11:14:23 +0000
committerstephan <stephan@noemail.net>2022-10-04 11:14:23 +0000
commited3182f233690989b332f64548d03ef9eb791a5c (patch)
tree3bafad04faa5d1bc2f32a405c819c61c74046022 /ext/wasm/api/sqlite3-api-opfs.js
parent98e120fca0f6902bb8a9a8a394de577d6b9f0e7e (diff)
downloadsqlite-ed3182f233690989b332f64548d03ef9eb791a5c.tar.gz
sqlite-ed3182f233690989b332f64548d03ef9eb791a5c.zip
Tweaks to the opfs async wait/relinquish times.
FossilOrigin-Name: 35f33c23e5849de1c43c4499ee0a7fa11d26ae34949c1e820c3fa8e8873f9c2b
Diffstat (limited to 'ext/wasm/api/sqlite3-api-opfs.js')
-rw-r--r--ext/wasm/api/sqlite3-api-opfs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-opfs.js b/ext/wasm/api/sqlite3-api-opfs.js
index 90f161680..1a329c8e5 100644
--- a/ext/wasm/api/sqlite3-api-opfs.js
+++ b/ext/wasm/api/sqlite3-api-opfs.js
@@ -918,7 +918,7 @@ const installOpfsVfs = function callee(asyncProxyUri = callee.defaultProxyUri){
[
/* Truncate journal mode is faster than delete or wal for
this vfs, per speedtest1. */
- "pragma journal_mode=truncate;",
+ "pragma journal_mode=truncate;"
/*
This vfs benefits hugely from cache on moderate/large
speedtest1 --size 50 and --size 100 workloads. We currently