1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:25:56 +00:00

skip counters output when number of unread articles at backend equals frontend

This commit is contained in:
Andrew Dolgov
2006-02-12 09:04:27 +01:00
parent 1011b66a02
commit 78ea1de08c
4 changed files with 34 additions and 16 deletions

View File

@@ -97,5 +97,8 @@
define('DISABLE_SESSIONS', false);
// Never enable this option (kludge for daemon using tt-rss code)
define('DAEMON_SLEEP_INTERVAL', 120);
// Interval between update daemon update runs
// vim:ft=php
?>