mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +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:
|
while len(kb.responseTimes) < MIN_TIME_RESPONSES:
|
||||||
Connect.queryPage(content=True)
|
Connect.queryPage(content=True)
|
||||||
|
|
||||||
#if stdev(kb.responseTimes) > WARN_TIME_STDEV:
|
if stdev(kb.responseTimes) > WARN_TIME_STDEV:
|
||||||
if True:
|
|
||||||
warnMsg = "there is considerable lagging in connection "
|
warnMsg = "there is considerable lagging in connection "
|
||||||
warnMsg += "response(s). "
|
warnMsg += "response(s). "
|
||||||
kb.adjustTimeDelay = False
|
kb.adjustTimeDelay = False
|
||||||
|
|
Loading…
Reference in New Issue
Block a user