about summary refs log tree commit diff
path: root/src/libstore/local-store.hh
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 /src/libstore/local-store.hh
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 'src/libstore/local-store.hh')
-rw-r--r--src/libstore/local-store.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh
index 1a4acbe0e4eb..ec0b482eae3e 100644
--- a/src/libstore/local-store.hh
+++ b/src/libstore/local-store.hh
@@ -191,9 +191,6 @@ private:
     /* Lock file used for upgrading. */
     AutoCloseFD globalLock;
 
-    /* Whether to do an fsync() after writing Nix metadata. */
-    bool doFsync;
-
     /* The SQLite database object. */
     SQLite db;