mirror of https://github.com/Mai-with-u/MaiBot.git
Update impression_update_task.py
parent
8c713a436c
commit
f331510e7d
|
|
@ -16,7 +16,7 @@ class ImpressionUpdateTask(AsyncTask):
|
|||
def __init__(self):
|
||||
super().__init__(
|
||||
task_name="impression_update",
|
||||
wait_before_start=100, # 启动后等待10秒
|
||||
wait_before_start=60, # 启动后等待10秒
|
||||
run_interval=600, # 每1分钟运行一次
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue