]> git.wh0rd.org Git - tt-rss.git/commitdiff
update description of DAEMON_UPDATE_ONLY in config.php-dist
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 23 Nov 2005 17:01:49 +0000 (18:01 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 23 Nov 2005 17:01:49 +0000 (18:01 +0100)
config.php-dist

index 0eb796715250584255d47200823515b038411b32..8212184c5cc27d0bf928bdba2fd7c6853650187f 100644 (file)
 
        define(DAEMON_REFRESH_ONLY, false);
        // updates to all feeds will only run when the backend script is
-       // invoked with a "daemon" option on the URI stem. An example wget
-       // command line below will invoke an update every 30 minutes, with
-       // output being sent to /dev/null and the timeout set to 10 minutes
-       // so that wget does not time out. Substitute your site name, tt-rss
-       // path, and username/password as necessary.
+       // invoked with a "daemon" option on the URI stem. This is useful when you
+       // are hosting multi-user system and want to control how often 
+       // feeds are being updated.
+       
+       // An example wget command line below will invoke an update every 30 
+       // minutes, with output being sent to /dev/null and the timeout set to 
+       // 10 minutes so that wget does not time out. Substitute your site name
+       // and tt-rss path as necessary.
        //
-       // */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://username:password@www.your-site.xxx/tt-rss/backend.php?op=updateAllFeeds&daemon=1"
+       // */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://www.your-site.xxx/tt-rss/backend.php?op=globalUpdateFeeds&daemon=1"
        //
 
 ?>