about summary refs log tree commit diff
path: root/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T13·12+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-24T13·12+0000
commita3c63d0d6c2570ce3218be809f67dddc5239cdff (patch)
tree1d062729d423c96c133c291ff01acb11c2e933d9 /doc/manual
parent90b6352d0a5d08dc7feabcfde92653dd1f6e324b (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/manual')
-rw-r--r--doc/manual/conf-file.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml
index 2ee2680970..19e86808ec 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>