This commit is contained in:
Cyberes 2023-10-05 18:48:07 -06:00
parent 9b819573e8
commit 817c454c89
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(10)
time.sleep(3)