From 6c4ac299173e3b9772c96bef1e6463b22dcd0227 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 13 Sep 2012 10:28:20 -0400 Subject: Disable auto store optimisation for now I've seen operations like "nix-store --import" take much longer on one system. So default to off until I've investigated this a bit further. --- src/libstore/globals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index c75ebdd0e36b..7e2624bbf712 100644 --- a/src/libstore/globals.cc +++ b/src/libstore/globals.cc @@ -43,7 +43,7 @@ Settings::Settings() checkRootReachability = false; gcKeepOutputs = false; gcKeepDerivations = true; - autoOptimiseStore = true; + autoOptimiseStore = false; envKeepDerivations = false; } -- cgit 1.4.1