mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Less intensive loop
This commit is contained in:
@@ -1031,7 +1031,7 @@ def _setSocketPreConnect():
|
||||
s = socket.socket()
|
||||
s._connect(address)
|
||||
socket._ready[address].append(s._sock)
|
||||
time.sleep(0.001)
|
||||
time.sleep(0.01)
|
||||
|
||||
def connect(self, address):
|
||||
found = False
|
||||
|
||||
Reference in New Issue
Block a user