perf: 删除过时的usage相关字段

This commit is contained in:
Rock Chin
2022-12-28 00:06:41 +08:00
parent 7ed558056f
commit 0b7d9a4a46

View File

@@ -12,12 +12,8 @@ class KeysManager:
# api-key的使用量
# 其中键为api-key的md5值值为使用量
usage = {}
fee = {}
api_key_usage_threshold = 900000 # 已弃用
api_key_fee_threshold = 18.0
using_key = ""