Skip to content

Commit abb1c6a

Browse files
committed
Less intensive loop
1 parent 41b8dfa commit abb1c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ def _():
10311031
s = socket.socket()
10321032
s._connect(address)
10331033
socket._ready[address].append(s._sock)
1034-
time.sleep(0.001)
1034+
time.sleep(0.01)
10351035

10361036
def connect(self, address):
10371037
found = False

0 commit comments

Comments
 (0)