mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
removing a leftover
This commit is contained in:
parent
96b5fede5a
commit
7abbd0c029
|
@ -503,8 +503,7 @@ class Connect:
|
|||
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||
Connect.queryPage(content=True)
|
||||
|
||||
#if stdev(kb.responseTimes) > WARN_TIME_STDEV:
|
||||
if True:
|
||||
if stdev(kb.responseTimes) > WARN_TIME_STDEV:
|
||||
warnMsg = "there is considerable lagging in connection "
|
||||
warnMsg += "response(s). "
|
||||
kb.adjustTimeDelay = False
|
||||
|
|
Loading…
Reference in New Issue
Block a user