mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor speed optimizations (as a result of profiling)
This commit is contained in:
parent
36280b33fa
commit
10bdd90e60
5 changed files with 11 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ from lib.core.datatype import AttribDict
|
|||
_defaults = {
|
||||
"timeSec": 5,
|
||||
"googlePage": 1,
|
||||
"cpuThrottle": 10,
|
||||
"cpuThrottle": 5,
|
||||
"verbose": 1,
|
||||
"cDel": ";",
|
||||
"delay": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue