mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-08 09:59:53 +00:00
katex fix, job loop speed
This commit is contained in:
parent
eaeb3a9fe5
commit
78563ad142
3 changed files with 37 additions and 18 deletions
|
|
@ -10,7 +10,7 @@ async def run_loop():
|
|||
await scheduler_tick()
|
||||
except Exception as e:
|
||||
PrintStyle().error(errors.format_error(e))
|
||||
await asyncio.sleep(60)
|
||||
await asyncio.sleep(15)
|
||||
|
||||
|
||||
async def scheduler_tick():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue