summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2009-11-24 11:53:37 +0100
committerAdrian Lang <lang@cosmocode.de>2009-11-24 11:53:37 +0100
commit5dae719c20ccd77582535ab8a655da4b11965e6e (patch)
tree39f2cbb742a83d06aef806ebc2d7e8da2533d070 /conf
parent8537abd1703473c3f7ad79ef9fc10ddd39568705 (diff)
downloadrpg-5dae719c20ccd77582535ab8a655da4b11965e6e.tar.gz
rpg-5dae719c20ccd77582535ab8a655da4b11965e6e.tar.bz2
Correct documentation of $conf['rss_update']
darcs-hash:20091124105337-e4919-28ba5139872cbb7a4fd82d2e6e58e20058e31a01.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 90750ed40..74d95147e 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -123,7 +123,7 @@ $conf['rss_content'] = 'abstract'; // what to put in the items by deafult?
// 'diff' - plain text unified diff wrapped in <pre> tags
// 'htmldiff' - diff as HTML table
// 'html' - the full page rendered in XHTML
-$conf['rss_update'] = 5*60; //Update the RSS feed every n minutes (defaults to 5 minutes)
+$conf['rss_update'] = 5*60; //Update the RSS feed every n seconds (defaults to 5 minutes)
$conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
$conf['rss_show_summary'] = 1; //Add revision summary to title? 0|1
$conf['broken_iua'] = 0; //Platform with broken ignore_user_abort (IIS+CGI) 0|1