mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor optimization and refactoring
This commit is contained in:
parent
0a7a648694
commit
5770c08784
5 changed files with 19 additions and 20 deletions
|
|
@ -384,7 +384,7 @@ IDS_WAF_CHECK_PAYLOAD = "AND 1=1 UNION ALL SELECT 1,2,3,table_name FROM informat
|
|||
ROTATING_CHARS = ('\\', '|', '|', '/', '-')
|
||||
|
||||
# Chunk length (in items) used by BigArray objects (only last chunk and cached one are held in memory)
|
||||
BIGARRAY_CHUNK_LENGTH = 5000
|
||||
BIGARRAY_CHUNK_LENGTH = 4096
|
||||
|
||||
# Only console display last n table rows
|
||||
TRIM_STDOUT_DUMP_SIZE = 256
|
||||
TRIM_STDOUT_DUMP_SIZE = 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue