Extra doc for DELAY, for xml cache, & now for etag
parent
89187ab6a6
commit
d2de6cf23d
2
morss.py
2
morss.py
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue