mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
Less intensive loop
This commit is contained in:
parent
41b8dfab86
commit
abb1c6a621
|
@ -1031,7 +1031,7 @@ def _setSocketPreConnect():
|
||||||
s = socket.socket()
|
s = socket.socket()
|
||||||
s._connect(address)
|
s._connect(address)
|
||||||
socket._ready[address].append(s._sock)
|
socket._ready[address].append(s._sock)
|
||||||
time.sleep(0.001)
|
time.sleep(0.01)
|
||||||
|
|
||||||
def connect(self, address):
|
def connect(self, address):
|
||||||
found = False
|
found = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user