added CPU throttling for lowering sqlmap's CPU intensivity

This commit is contained in:
Miroslav Stampar
2010-05-13 15:19:28 +00:00
parent d96723a135
commit 5396f13bab
3 changed files with 30 additions and 27 deletions

View File

@@ -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)