mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
added CPU throttling for lowering sqlmap's CPU intensivity
This commit is contained in:
parent
d96723a135
commit
5396f13bab
3 changed files with 30 additions and 27 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue