From d2de6cf23dbfafca4f53817453cc2d4718d4b632 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 15 Sep 2013 15:45:15 +0200 Subject: [PATCH] Extra doc for DELAY, for xml cache, & now for etag --- morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss.py b/morss.py index 1c54b9e..69e2257 100644 --- a/morss.py +++ b/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