Commit 8e09db5b by lichenggang

apidigkey 25分钟更新一次token

parent 8b97613a
Showing with 2 additions and 2 deletions
......@@ -11,7 +11,7 @@ from log_manage import get_logger
apidigikey_log = get_logger('apidigikey_token_info')
PLATFORM = "apidigikey"
LEVEL = "C"
LEVEL = "TF"
BACK_NUM = 0
MODE = "redis"
MAIN_NUM = THREAD_NUM = 1
......
......@@ -23,7 +23,7 @@ LEVEL_MAP = {
"B": 30, # 仅供测试用
"X": 60,
"C": 60 * 5,
"TM": 60 * 20,
"TF": 60 * 25,
"HH": 60 * 30,
"H": 60 * 60,
"4H": 60 * 60 * 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment