Files
Stefan Ceriu 686318a6a5 fix(search): use a manual reload policy for the Tantivy IndexReader
Use `ReloadPolicy::Manual` for the Tantivy `IndexReader` of a `RoomIndex`.
Tantivy's default policy spawns a meta file watcher thread per index, i.e. one
per room, and panics if the thread cannot be spawned. Commits already reload the
reader explicitly, so the watcher is pure overhead.
2026-07-30 15:10:56 +03:00
..
2026-07-30 13:46:34 +02:00