mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +02:00
Remove redundant "
This commit is contained in:
parent
e049d38290
commit
efbf499635
1 changed files with 3 additions and 3 deletions
|
@ -401,7 +401,7 @@ public:
|
||||||
|
|
||||||
Setting<bool> fsyncStorePaths{this, false, "fsync-store-paths",
|
Setting<bool> fsyncStorePaths{this, false, "fsync-store-paths",
|
||||||
R"(
|
R"(
|
||||||
"Whether to call `fsync()` on store paths before registering them, to
|
Whether to call `fsync()` on store paths before registering them, to
|
||||||
flush them to disk. This improves robustness in case of system crashes,
|
flush them to disk. This improves robustness in case of system crashes,
|
||||||
but reduces performance. The default is `false`.
|
but reduces performance. The default is `false`.
|
||||||
)"};
|
)"};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue