mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
removing a leftover
This commit is contained in:
parent
96b5fede5a
commit
7abbd0c029
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue