Extra doc for DELAY, for xml cache, & now for etag

master
pictuga 2013-09-15 15:45:15 +02:00
parent 89187ab6a6
commit d2de6cf23d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from readability import readability
LIM_ITEM = 100 # deletes what's beyond
MAX_ITEM = 50 # cache-only beyond
MAX_TIME = 7 # cache-only after (in sec)
DELAY = 10*60 # xml cache (in sec)
DELAY = 10*60 # xml cache & ETag cache (in sec)
TIMEOUT = 2 # http timeout (in sec)
DEBUG = False