Patch for an Issue #1095

This commit is contained in:
Miroslav Stampar
2015-01-07 02:04:10 +01:00
parent 5920d16cf6
commit 2030311d50
2 changed files with 28 additions and 6 deletions

View File

@@ -444,7 +444,7 @@ WAF_ATTACK_VECTORS = (
ROTATING_CHARS = ('\\', '|', '|', '/', '-')
# Chunk length (in items) used by BigArray objects (only last chunk and cached one are held in memory)
BIGARRAY_CHUNK_LENGTH = 4096
BIGARRAY_CHUNK_LENGTH = 1024
# Prefix used for storing dumped chunks in BigArray objects
BIGARRAY_TEMP_PREFIX = "sqlmapba-%d-" % os.getpid()