Implementation for an Issue #117

This commit is contained in:
Miroslav Stampar
2012-07-23 14:14:22 +02:00
parent 3279ce53a8
commit a7d1a0c250
2 changed files with 6 additions and 4 deletions

View File

@@ -70,9 +70,12 @@ UNION_STDEV_COEFF = 7
# length of queue for candidates for time delay adjustment
TIME_DELAY_CANDIDATES = 3
# standard value for HTTP Accept header
# default value for HTTP Accept header
HTTP_ACCEPT_HEADER_VALUE = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
# default value for HTTP Accept-Encoding header
HTTP_ACCEPT_ENCODING_HEADER_VALUE = "gzip,deflate"
# HTTP timeout in silent mode
HTTP_SILENT_TIMEOUT = 3