enhance: compact & upgrade database

This commit is contained in:
mokurin000
2025-08-02 22:13:04 +08:00
parent 0b2bf20e50
commit 0d9c8c79b4
3 changed files with 8 additions and 3 deletions

View File

@@ -90,7 +90,6 @@ where
A::Response: Encode + for<'a> BorrowDecode<'a, ()> + HasUid,
{
let user_ids = user_ids.into();
let _ = cache::init_db();
let read = cache::read_txn()?;
let write = cache::write_txn()?;
let config = sdgb_api::bincode::config::Configuration::<