1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Add FIXME

This commit is contained in:
Eelco Dolstra 2024-08-21 17:05:36 +02:00
parent efbf499635
commit e8752ca57a

View file

@ -410,6 +410,7 @@ public:
"Whether SQLite should use WAL mode."}; "Whether SQLite should use WAL mode."};
#ifndef _WIN32 #ifndef _WIN32
// FIXME: remove this option, `fsync-store-paths` is faster.
Setting<bool> syncBeforeRegistering{this, false, "sync-before-registering", Setting<bool> syncBeforeRegistering{this, false, "sync-before-registering",
"Whether to call `sync()` before registering a path as valid."}; "Whether to call `sync()` before registering a path as valid."};
#endif #endif