raise printer interval

This commit is contained in:
Cyberes 2023-09-28 03:47:27 -06:00
parent 315d42bbc5
commit 467b804ad7
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ def console_printer():
for ip in processing:
processing_count += int(redis.hget('processing_ips', ip))
logger.info(f'REQUEST QUEUE -> Processing: {processing_count} | Queued: {len(priority_queue)}')
time.sleep(1)
time.sleep(10)