This commit is contained in:
Cyberes 2023-10-05 19:05:41 -06:00
parent 50992116f5
commit 9befda5acb
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ def console_printer():
logger.info(f'REQUEST QUEUE -> Processing: {processing_count} | Queued: {len(priority_queue)} | Backends Online: {len(backends)}')
priority_queue.print_all_items()
print('============================')
time.sleep(3)
time.sleep(1)