diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T13·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-24T13·12+0000 |
commit | a3c63d0d6c2570ce3218be809f67dddc5239cdff (patch) | |
tree | 1d062729d423c96c133c291ff01acb11c2e933d9 /doc | |
parent | 90b6352d0a5d08dc7feabcfde92653dd1f6e324b (diff) |
* 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'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/conf-file.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index 2ee268097066..19e86808ec3a 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -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> |