mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor speed optimizations (as a result of profiling)
This commit is contained in:
@@ -12,7 +12,7 @@ from lib.core.datatype import AttribDict
|
||||
_defaults = {
|
||||
"timeSec": 5,
|
||||
"googlePage": 1,
|
||||
"cpuThrottle": 10,
|
||||
"cpuThrottle": 5,
|
||||
"verbose": 1,
|
||||
"cDel": ";",
|
||||
"delay": 0,
|
||||
|
||||
Reference in New Issue
Block a user