mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor fine tuning
This commit is contained in:
parent
f41460f8d8
commit
bd08ede117
2 changed files with 5 additions and 1 deletions
|
|
@ -64,6 +64,9 @@ CONCAT_VALUE_DELIMITER = '|'
|
|||
# Coefficient used for a time-based query delay checking (must be >= 7)
|
||||
TIME_STDEV_COEFF = 7
|
||||
|
||||
# Minimum response time that can be even considered as delayed (not a complete requirement)
|
||||
MIN_VALID_DELAYED_RESPONSE = 0.5
|
||||
|
||||
# Standard deviation after which a warning message should be displayed about connection lags
|
||||
WARN_TIME_STDEV = 0.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue