minor optimization

This commit is contained in:
Miroslav Stampar
2011-12-22 15:42:21 +00:00
parent 8585107e3d
commit 094129a656
2 changed files with 8 additions and 2 deletions

View File

@@ -115,6 +115,9 @@ UNKNOWN_DBMS_VERSION = "Unknown"
# dynamicity mark length used in dynamicity removal engine
DYNAMICITY_MARK_LENGTH = 32
# length of FIFO buffer for removing possible duplicates in union/inband data retrieval
UNION_UNIQUE_FIFO_LENGTH = 10
# dummy user prefix used in dictionary attack
DUMMY_USER_PREFIX = "__dummy__"