feat(server): batch blob gc (#15183)

This commit is contained in:
DarkSky
2026-07-02 06:14:01 +08:00
committed by GitHub
parent 6f9269498f
commit 5b7f83a6e3
8 changed files with 639 additions and 30 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ sqlx = { workspace = true, default-features = false, features = [
] }
thiserror.workspace = true
tiktoken-rs = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "sync"] }
tokio = { workspace = true, features = ["rt-multi-thread", "sync", "time"] }
url = { workspace = true }
uuid = { workspace = true, features = ["v4"] }
v_htmlescape = { workspace = true }