aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
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/',