mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor adjustment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user