mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
doc: update doc for the Firefox backend
Following commit 349877f9a3
, explain in the user manual about
readonly database files.
This commit is contained in:
parent
f737aa9868
commit
fc8bda14f3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue