Hi there,
there was a familiar problem in the past, but this got patched in the source.
I am observing my logs getting spammed with:
silverbullet[391452]: Detected file change Library/Std/Lua.md 1740507212352 1744652852997
silverbullet[391452]: Outside file change: reindexing Library/Std/Lua.md
silverbullet[391452]: Outside file change: reindexing Library/Std/Lua.md
It only affects files in Library/Std/*.md
After 5 Minutes of running I have about 12k entries:
~$ journalctl --user -b | grep "reindexing Library/Std/Lua.md" | wc -l
11702
I cannot see a single process accessing the file from the outside:
~$ sudo lsof 2>/dev/null | grep Lua.md 2>/dev/null | wc -l
0
I have no clue how to find the culprit doing this.