Skip to content

Commit

Permalink
Improving speed
Browse files Browse the repository at this point in the history
  • Loading branch information
morphex committed Jul 27, 2022
1 parent f75679a commit 9910ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def handle(self):
connection_queue.add(self)
while True:
if not self._activated:
time.sleep(0.001)
time.sleep(0.1)
continue
else:
break
Expand Down

0 comments on commit 9910ca8

Please sign in to comment.