Code refactoring

This commit is contained in:
stamparm
2013-04-15 11:49:11 +02:00
parent 349f885f08
commit 10fbeaed7b
2 changed files with 5 additions and 1 deletions

View File

@@ -433,6 +433,9 @@ DEFAULT_GET_POST_DELIMITER = '&'
# Default delimiter in cookie values
DEFAULT_COOKIE_DELIMITER = ';'
# Unix timestamp used for forcing cookie expiration when provided with --load-cookies
FORCE_COOKIE_EXPIRATION_TIME = "9999999999"
# Skip unforced HashDB flush requests below the threshold number of cached items
HASHDB_FLUSH_THRESHOLD = 32