mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-16 05:13:22 +01:00
Less intensive loop
This commit is contained in:
parent
41b8dfab86
commit
abb1c6a621
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue