优化插件热重载管理,支持多个监听目录
This commit is contained in:
committed by
Windpicker-owo
parent
ebf6fc5c20
commit
bf9e1e60c4
@@ -86,7 +86,7 @@ class ScheduleManager:
|
||||
logger.debug("当前时间没有日程活动")
|
||||
|
||||
# 每5分钟检查一次,避免频繁检查
|
||||
await asyncio.sleep(60)
|
||||
await asyncio.sleep(300)
|
||||
|
||||
except asyncio.CancelledError:
|
||||
logger.info("定时任务循环被取消")
|
||||
|
||||
Reference in New Issue
Block a user