From 9d9c9dd645458b4332e7848a106e0593c6d28340 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 13:52:18 +0100 Subject: MIN_UPDATE_TIME, 600 -> 1800 sec --- backend.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index a26d056b5..72c61a8f5 100644 --- a/backend.php +++ b/backend.php @@ -41,9 +41,8 @@ pg_query("UPDATE ttrss_entries SET last_read = NOW(),unread = false"); } - if ($fetch) update_all_feeds($link, $fetch); + update_all_feeds($link, $fetch); - $result = pg_query("SELECT *, (SELECT count(id) FROM ttrss_entries WHERE feed_id = ttrss_feeds.id) AS total, -- cgit v1.2.3