-
refactor(core): generic SharedDb<T> replaces the two LMDB handles (#617)
发布于
2026-07-05 02:37:25 +00:00 SharedFrecency and SharedQueryTracker are now type aliases over a single
SharedDb<T: LmdbStore>, and the three wait_for_* methods share one
poll_until helper. Public API unchanged.下载附件