mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
little hack for --time-sec
This commit is contained in:
@@ -75,8 +75,8 @@ UNION_STDEV_COEFF = 7
|
||||
# length of queue for candidates for time delay adjustment
|
||||
TIME_DELAY_CANDIDATES = 3
|
||||
|
||||
# default time delay in seconds
|
||||
TIME_DEFAULT_DELAY = 5
|
||||
# default time delay in seconds (decimal places added to distinguish explicit usage of --time-sec)
|
||||
TIME_DEFAULT_DELAY = 5.0001
|
||||
|
||||
# HTTP timeout in silent mode
|
||||
HTTP_SILENT_TIMEOUT = 3
|
||||
|
||||
Reference in New Issue
Block a user