"pelzflorian (Florian Pelz)" <[email protected]> skribis:
> I saw a comment
>> void LocalStore::registerValidPaths(const ValidPathInfos & infos)
>> {
>> /* SQLite will fsync by default, but the new valid paths may not be
>> fsync-ed.
>> * So some may want to fsync them before registering the validity, at the
>> * expense of some speed of the path registering operation. */
>> if (settings.syncBeforeRegistering) sync();
>
> In vain, I therefore tried
Yeah, I don’t think this has much to do with syncing data on disk. It’s
an inconsistency between the store database and the actual store.
Ludo’.