1
0

Fix high memory usage during search (#798)

* Fix high memory usage during search

* Fix settings lag

* Fix clippy + fmt
This commit is contained in:
Geometrically
2023-12-12 20:11:56 -07:00
committed by GitHub
parent 00e55b1874
commit f53b6b550f
6 changed files with 108 additions and 162 deletions

View File

@@ -1,4 +1,4 @@
mod admin;
pub(crate) mod admin;
pub mod flows;
pub mod pats;
pub mod session;