forked from lix-project/lix
Merge pull request #4094 from martinetd/btrfs
preallocateContents option: disable by default
This commit is contained in:
commit
2458270b69
|
@ -27,7 +27,7 @@ struct ArchiveSettings : Config
|
|||
#endif
|
||||
"use-case-hack",
|
||||
"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."};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue