doc: update doc for the Firefox backend

Following commit 349877f9a3, explain in the user manual about
readonly database files.
This commit is contained in:
CismonX 2025-02-26 15:12:03 +08:00
parent f737aa9868
commit fc8bda14f3
No known key found for this signature in database
GPG key ID: 3094873E29A482FB

View file

@ -1330,6 +1330,11 @@ Notable limitations:
@item Due to the way bookmarks are associated with the URLs,
if multiple bookmarks share the same URL, changing the last access time
of a bookmark may affect that of other bookmarks.
@item The bookmark storage (SQLite database file) should be writable even if
the @code{BOOKMARKFS_BACKEND_READONLY} flag is set, due to the limitations
of WAL-mode.
See @uref{https://www.sqlite.org/wal.html#readonly, Write-Ahead Logging}.
@end itemize