mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
087e29d272
commit
abb401879c
2 changed files with 15 additions and 3 deletions
|
|
@ -428,3 +428,6 @@ HASHDB_FLUSH_THRESHOLD = 32
|
|||
|
||||
# Warn user of possible delay due to large page dump in full UNION query injections
|
||||
LARGE_OUTPUT_THRESHOLD = 1024**2
|
||||
|
||||
# On huge tables there is a considerable slowdown if every row retrieval requires ORDER BY (most noticable in table dumping using ERROR injections)
|
||||
SLOW_ORDER_COUNT_THRESHOLD = 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue