Skip to content

Commit

Permalink
slow it down
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jan 26, 2024
1 parent debf1cf commit 2b7672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_tron_master/classes/worker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def monitor_worker_queues(self):
while True:
self.check_job_queue_for_waiting_items()
self.reorganize_queue_by_user_ids()
time.sleep(10) # Sleep for 10 seconds before checking again
time.sleep(60) # Sleep for 10 seconds before checking again

def does_queue_contain_multiple_users(self, worker: Worker):
"""
Expand Down

0 comments on commit 2b7672c

Please sign in to comment.