From 4642b60afe2a79b00ae51ca1ec1fc35eb5a224c5 Mon Sep 17 00:00:00 2001 From: Ben Radford <104896700+benradf@users.noreply.github.com> Date: Thu, 15 Jun 2023 13:33:26 +0100 Subject: [PATCH] Update src/libstore/local-store.hh Co-authored-by: Valentin Gagarin --- src/libstore/local-store.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 35c4febef..a1ab3bb4d 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -57,7 +57,7 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig database is on a read-only filesystem. Enable read-only mode to disable locking and open the SQLite database with the - **immutable** parameter set. Do not use this unless the filesystem is read-only. + [`immutable` parameter](https://www.sqlite.org/c3ref/open.html) set. Do not use this unless the filesystem is read-only. Using it when the filesystem is writable can cause incorrect query results or corruption errors if the database is changed by another process. )"};