mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
removing a leftover
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user