minor update

This commit is contained in:
Miroslav Stampar
2011-11-23 21:39:53 +00:00
parent ba4234dc42
commit 885b432808
2 changed files with 4 additions and 39 deletions

View File

@@ -347,8 +347,8 @@ SQL_SCALAR_REGEX = r"\A(SELECT(?!\s+DISTINCT\(?))?\s*\w*\("
# IP address of the localhost
LOCALHOST = "127.0.0.1"
# Default ports used in Tor proxy bundles
DEFAULT_TOR_PORTS = (8123, 8118)
# Default port used by Tor
DEFAULT_TOR_SOCKS_PORT = 9050
# Percentage below which comparison engine could have problems
LOW_TEXT_PERCENT = 20