1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-18 10:30:23 -04:00

Remove redundant "

This commit is contained in:
Eelco Dolstra 2024-08-21 16:50:18 +02:00
parent e049d38290
commit efbf499635

View file

@ -401,9 +401,9 @@ public:
Setting<bool> fsyncStorePaths{this, false, "fsync-store-paths",
R"(
"Whether to call `fsync()` on store paths before registering them, to
flush them to disk. This improves robustness in case of system crashes,
but reduces performance. The default is `false`.
Whether to call `fsync()` on store paths before registering them, to
flush them to disk. This improves robustness in case of system crashes,
but reduces performance. The default is `false`.
)"};
Setting<bool> useSQLiteWAL{this, !isWSL1(), "use-sqlite-wal",