mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
parent
65f17cd330
commit
ba63ec6f39
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Settings::Settings()
|
||||||
buildTimeout = 0;
|
buildTimeout = 0;
|
||||||
useBuildHook = true;
|
useBuildHook = true;
|
||||||
printBuildTrace = false;
|
printBuildTrace = false;
|
||||||
reservedSize = 1024 * 1024;
|
reservedSize = 8 * 1024 * 1024;
|
||||||
fsyncMetadata = true;
|
fsyncMetadata = true;
|
||||||
useSQLiteWAL = true;
|
useSQLiteWAL = true;
|
||||||
syncBeforeRegistering = false;
|
syncBeforeRegistering = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue