feat: 默认apikey使用量阈值更改为900000

This commit is contained in:
Rock Chin 2022-12-16 23:21:26 +08:00
parent ab37ced04f
commit f80df933ed

View File

@ -14,7 +14,7 @@ class KeysManager:
# 其中键为api-key的md5值值为使用量
usage = {}
api_key_usage_threshold = 895000
api_key_usage_threshold = 900000
using_key = ""