mirror of
https://github.com/NixOS/nix.git
synced 2024-11-01 14:50:49 +00:00
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.
This commit is contained in:
parent
e56f71edaf
commit
6c4ac29917
@ -43,7 +43,7 @@ Settings::Settings()
|
||||
checkRootReachability = false;
|
||||
gcKeepOutputs = false;
|
||||
gcKeepDerivations = true;
|
||||
autoOptimiseStore = true;
|
||||
autoOptimiseStore = false;
|
||||
envKeepDerivations = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user