mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor adjustment
This commit is contained in:
parent
460a1ba872
commit
f6bffb61d3
|
@ -261,7 +261,7 @@ class Connect:
|
|||
logger.log(8, responseMsg)
|
||||
|
||||
if conf.cpuThrottle:
|
||||
delay = 0.00001 * conf.cpuThrottle
|
||||
delay = 0.00001 * (conf.cpuThrottle ** 2)
|
||||
time.sleep(delay)
|
||||
|
||||
return page, responseHeaders
|
||||
|
|
Loading…
Reference in New Issue
Block a user