summaryrefslogtreecommitdiffstats
path: root/www/wal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/wal.html')
-rw-r--r--www/wal.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/www/wal.html b/www/wal.html
index abb6b4d..2e32dba 100644
--- a/www/wal.html
+++ b/www/wal.html
@@ -706,14 +706,12 @@ database files in exclusive locking mode, so attempts to read Chrome or
Firefox databases while the applications are running will run into this
problem, for example.
-</p></li><li><p>
-When the last connection to a particular database is closing, that
-connection will acquire an exclusive lock for a short time while it
-cleans up the WAL and shared-memory files. If a second database tries
-to open and query the database while the first connection
-is still in the middle
-of its cleanup process, the second connection might get an <a href="rescode.html#busy">SQLITE_BUSY</a>
-error.
+</p></li><li><p> When the last connection to a particular database is closing,
+that connection will acquire an exclusive lock for a short time while
+it cleans up the WAL and shared-memory files. If a separate attempt
+is made to open and query the database while the first connection is
+still in the middle of its cleanup process, the second connection
+might get an <a href="rescode.html#busy">SQLITE_BUSY</a> error.
</p></li><li><p>
If the last connection to a database crashed, then the first new