1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 17:39:14 +00:00

smart RPC I/O is now optional, add functionality to getLabelCounters()

This commit is contained in:
Andrew Dolgov
2005-11-29 14:55:53 +01:00
parent 7a232fc6b5
commit bbc92e5013
2 changed files with 26 additions and 5 deletions

View File

@@ -38,4 +38,9 @@
// */30 * * * * /usr/bin/wget -O /dev/null -T 600 "http://www.your-site.xxx/tt-rss/backend.php?op=globalUpdateFeeds&daemon=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
// makes UI more responsive, but eats server memory.
?>