Merge pull request #4094 from martinetd/btrfs
preallocateContents option: disable by default
This commit is contained in:
@@ -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."};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user