-
fix(pi-fff): temporarily remove aux pickers frecency db access (#700) (#701)
发布于
2026-07-23 18:05:33 +00:00 LMDB envs may only be opened once per process. AuxFinderPool was forwarding
the main finder's frecencyDbPath / historyDbPath into every aux FileFinder,
so the first out-of-workspace search failed with
"environment already open in this program".Aux finders are transient and per-search; they run without persistent
frecency/history scoring.Closes #700
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件