expand comment on update_feeds.php in config.php
This commit is contained in:
parent
846c995d44
commit
a47a3f8207
1 changed files with 5 additions and 2 deletions
|
@ -40,8 +40,11 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
// The alternative approach is to run update_feeds.php from your crontab
|
// 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);
|
define('SMART_RPC_COUNTERS', true);
|
||||||
// If enabled, stores feed counter information on the server side and sends
|
// 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
|
// only diffs to the client. In the nutshell, it saves your bandwidth and
|
||||||
|
|
Loading…
Reference in a new issue