mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修复调用统计性能问题
This commit is contained in:
parent
53eb8c8484
commit
f519dceec3
@ -56,6 +56,7 @@ async def _(
|
|||||||
@scheduler.scheduled_job(
|
@scheduler.scheduled_job(
|
||||||
"interval",
|
"interval",
|
||||||
minutes=1,
|
minutes=1,
|
||||||
|
max_instances=5
|
||||||
)
|
)
|
||||||
async def _():
|
async def _():
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user