mirror of
https://github.com/NixOS/nix
synced 2025-06-29 06:21:14 +02:00
Add FIXME
This commit is contained in:
parent
efbf499635
commit
e8752ca57a
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ public:
|
|||
"Whether SQLite should use WAL mode."};
|
||||
|
||||
#ifndef _WIN32
|
||||
// FIXME: remove this option, `fsync-store-paths` is faster.
|
||||
Setting<bool> syncBeforeRegistering{this, false, "sync-before-registering",
|
||||
"Whether to call `sync()` before registering a path as valid."};
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue