From 5dae719c20ccd77582535ab8a655da4b11965e6e Mon Sep 17 00:00:00 2001 From: Adrian Lang Date: Tue, 24 Nov 2009 11:53:37 +0100 Subject: Correct documentation of $conf['rss_update'] darcs-hash:20091124105337-e4919-28ba5139872cbb7a4fd82d2e6e58e20058e31a01.gz --- conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/dokuwiki.php') 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
 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
-- 
cgit v1.2.3