chore: 支持使用 leaky-bucket 限制请求频率 (#211)

* chore: 移除之前引入的 delay

* feat: 支持为 b 站请求配置频率限制
This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-01-11 23:24:01 +08:00
committed by GitHub
parent 66a7b1394e
commit 0113bf704d
13 changed files with 57 additions and 65 deletions
+1
View File
@@ -23,6 +23,7 @@ float-ord = { workspace = true }
futures = { workspace = true }
handlebars = { workspace = true }
hex = { workspace = true }
leaky-bucket = { workspace = true }
md5 = { workspace = true }
memchr = { workspace = true }
once_cell = { workspace = true }