summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/config/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/config/config.php b/application/config/config.php
index 195839c4c..633d37f26 100644
--- a/application/config/config.php
+++ b/application/config/config.php
@@ -402,6 +402,8 @@ $config['tarball_cache_time'] = 60*5; // 5 minutes
// Possible values:
// - apc: needs the apc module and is only useful on long running php processes
// - file: you will have to clean up the cache directory yourself (./application/cache/)
+// example cronjob:
+// */15 * * * * find ./application/cache/ -mtime +0.5 -not \( -name .htaccess -or -name index.html \) -delete
// - memcached: config in application/config/memcached.php; you need the memcached module (with the D)
// - dummy: disables caching
//