diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-04 10:28:50 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-04 10:28:50 +0100 |
| commit | a47a3f82071e4c9486f9789c5414299505d78c28 (patch) | |
| tree | 8665c81b703cdd62fee44affc1b709b3168c7ba3 /config.php-dist | |
| parent | 846c995d44222090f6f229b5800400c381117ce2 (diff) | |
expand comment on update_feeds.php in config.php
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.php-dist b/config.php-dist index 00b47bfcc..309af2da9 100644 --- a/config.php-dist +++ b/config.php-dist @@ -40,8 +40,11 @@ // // The alternative approach is to run update_feeds.php from your crontab - // with command line PHP interpreter. - + // with command line PHP interpreter. Don't forget to chdir() into TT-RSS + // directory or it won't be able to find includes. E.g. + // + // */30 * * * * cd $TTRSS_DIRECTORY && ./update_feeds.php >/dev/null 2>&1 + define('SMART_RPC_COUNTERS', true); // If enabled, stores feed counter information on the server side and sends // only diffs to the client. In the nutshell, it saves your bandwidth and |