mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Less intensive loop
This commit is contained in:
parent
41b8dfab86
commit
abb1c6a621
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user