mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
refactoring
This commit is contained in:
parent
9a1a28c804
commit
e4933f0c92
3 changed files with 18 additions and 8 deletions
|
|
@ -235,3 +235,9 @@ MAX_NUMBER_OF_THREADS = 10
|
|||
|
||||
# Minimum range between minimum and maximum of statistical set
|
||||
MIN_STATISTICAL_RANGE = 0.01
|
||||
|
||||
# Minimum value for comparison ratio
|
||||
MIN_RATIO = 0.0
|
||||
|
||||
# Maximum value for comparison ratio
|
||||
MAX_RATIO = 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue