From 78ea1de08ce641e1125063e1a13a230a075e424f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 12 Feb 2006 09:04:27 +0100 Subject: skip counters output when number of unread articles at backend equals frontend --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index d322d3a67..047de65cd 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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 ?> -- cgit v1.2.3-54-g00ecf