mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
periodical commit
This commit is contained in:
@@ -260,7 +260,10 @@ class Connect:
|
||||
|
||||
logger.log(8, responseMsg)
|
||||
|
||||
time.sleep(conf.cpuThrottleDelay)
|
||||
if conf.cpuThrottle:
|
||||
minThrottleDelay, maxThrottleDelay = 0.0001, 0.1
|
||||
delay = minThrottleDelay + (maxThrottleDelay-minThrottleDelay) * conf.cpuThrottle
|
||||
time.sleep(delay)
|
||||
|
||||
return page, responseHeaders
|
||||
|
||||
|
||||
Reference in New Issue
Block a user