minor refactoring

This commit is contained in:
Miroslav Stampar
2011-02-02 10:10:28 +00:00
parent 23c95107ed
commit 99aa38b58f
2 changed files with 7 additions and 3 deletions

View File

@@ -220,3 +220,6 @@ URI_HTTP_HEADER = "URI"
# Uri format which could be injectable (e.g. www.site.com/id82)
URI_INJECTABLE_REGEX = r".*/([^\.*?]+)\Z"
# Maximum number of threads (avoiding connection issues and/or DoS)
MAX_NUMBER_OF_THREADS = 10