mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 01:36:15 +02:00
Update src/libstore/local-store.hh
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
a7b1b92d81
commit
4642b60afe
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig
|
||||||
database is on a read-only filesystem.
|
database is on a read-only filesystem.
|
||||||
|
|
||||||
Enable read-only mode to disable locking and open the SQLite database with the
|
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
|
Using it when the filesystem is writable can cause incorrect query results or
|
||||||
corruption errors if the database is changed by another process.
|
corruption errors if the database is changed by another process.
|
||||||
)"};
|
)"};
|
||||||
|
|
Loading…
Reference in a new issue