mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
added CPU throttling for lowering sqlmap's CPU intensivity
This commit is contained in:
@@ -1109,4 +1109,4 @@ def parseXmlFile(xmlFile, handler):
|
||||
xfile.close()
|
||||
|
||||
def calculateDeltaSeconds(start, epsilon=0.05):
|
||||
return int(time.time() - start + epsilon)
|
||||
return int(time.time() - start + epsilon)
|
||||
|
||||
Reference in New Issue
Block a user