]> git.llucax.com Git - software/blitiri.git/commitdiff
Improve cache_path option comments
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 1 Sep 2008 16:29:09 +0000 (13:29 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 1 Sep 2008 16:29:09 +0000 (13:29 -0300)
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
blitiri.cgi
config.py.sample

index 21d13fa1e9751bd653f6014d0d918a15297e307c..df2920544f83b64c018ad6e39699780b91c43189 100755 (executable)
@@ -24,9 +24,11 @@ comments_path = "/tmp/blog/comments"
 # default templates. If they're not found, the built-in ones will be used.
 templates_path = "/tmp/blog/templates"
 
-# Path where the cache is stored (must be writeable by the web server)
-# If None is specified, cache is disabled
-cache_path = "/tmp/blog/cache"
+# Path where the cache is stored (must be writeable by the web server);
+# set to None to disable. When enabled, you must take care of cleaning it up
+# every once in a while.
+#cache_path = "/tmp/blog/cache"
+cache_path = None
 
 # URL to the blog, including the name. Can be a full URL or just the path.
 blog_url = "/blog/blitiri.cgi"
index 79efac760ff447441ff848ada21ef30b62a7b790..eda5a47df4ea49190a3f970471b312e60272d055 100644 (file)
@@ -20,8 +20,11 @@ comments_path = "/tmp/blog/comments"
 # default templates. If they're not found, the built-in ones will be used.
 templates_path = "/tmp/blog/templates"
 
-# Path where the cache is stored (must be writeable by the web server)
-cache_path = "/tmp/blog/cache"
+# Path where the cache is stored (must be writeable by the web server);
+# set to None to disable. When enabled, you must take care of cleaning it up
+# every once in a while.
+#cache_path = "/tmp/blog/cache"
+cache_path = None
 
 # URL to the blog, including the name. Can be a full URL or just the path.
 blog_url = "/blog/blitiri.cgi"