1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -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", 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`.
)"}; )"};
Setting<bool> useSQLiteWAL{this, !isWSL1(), "use-sqlite-wal", Setting<bool> useSQLiteWAL{this, !isWSL1(), "use-sqlite-wal",