aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-09-09 00:25:29 +0000
committerNick Mathewson <nickm@torproject.org>2003-09-09 00:25:29 +0000
commitc666e2e0794ba284b5a0c0f17d54c4a3233ea187 (patch)
tree498512e8706921fa27af73e5f28d665859b50379 /config.py
parentd3acfd8b215920491745f462d08fcd5e963a52ca (diff)
downloadanonbib-c666e2e0794ba284b5a0c0f17d54c4a3233ea187.tar.gz
Add a simple caching implementation
svn:r67
Diffstat (limited to 'config.py')
-rw-r--r--config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.py b/config.py
index 76e486e..a777659 100644
--- a/config.py
+++ b/config.py
@@ -5,6 +5,12 @@ MASTER_BIB = "./anonbib.bib"
OUTPUT_DIR = "."
+# relative to OUTPUT_DIR.
+CACHE_DIR = "cache"
+
+# Time to connect to a server while caching.
+DOWNLOAD_CONNECT_TIMEOUT = 15
+
AUTHOR_URLS = {
'Ross.*Anderson' : 'http://www.cl.cam.ac.uk/users/rja14/',
'Alessandro.*Acquisti' : 'http://www.sims.berkeley.edu/~acquisti/',