mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Disable fsync() in SQLite if the fsync-metadata option is set to
false. * Change the default for `fsync-metadata' to true. * Disable `fsync-metadata' in `make check'.
This commit is contained in:
parent
90b6352d0a
commit
a3c63d0d6c
4 changed files with 9 additions and 9 deletions
|
@ -241,7 +241,7 @@ build-use-chroot = /dev /proc /bin</programlisting>
|
|||
Nix store metadata (in <filename>/nix/var/nix/db</filename>) are
|
||||
synchronously flushed to disk. This improves robustness in case
|
||||
of system crashes, but reduces performance. The default is
|
||||
<literal>false</literal>.</para></listitem>
|
||||
<literal>true</literal>.</para></listitem>
|
||||
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue