mirror of
https://github.com/NixOS/nix
synced 2025-07-03 14:31:46 +02:00
Merge pull request #4094 from martinetd/btrfs
preallocateContents option: disable by default
This commit is contained in:
commit
2458270b69
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ struct ArchiveSettings : Config
|
||||||
#endif
|
#endif
|
||||||
"use-case-hack",
|
"use-case-hack",
|
||||||
"Whether to enable a Darwin-specific hack for dealing with file name collisions."};
|
"Whether to enable a Darwin-specific hack for dealing with file name collisions."};
|
||||||
Setting<bool> preallocateContents{this, true, "preallocate-contents",
|
Setting<bool> preallocateContents{this, false, "preallocate-contents",
|
||||||
"Whether to preallocate files when writing objects with known size."};
|
"Whether to preallocate files when writing objects with known size."};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue