From 79e565a97568cea2fc8a235c83b2f2f5fc556a6f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Feb 2009 16:35:25 +0300 Subject: offline: add progress indicator; tweak download intervals and amount of articles --- modules/backend-rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/backend-rpc.php') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index 3a63c6094..b28b27462 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -569,7 +569,7 @@ $query = "SELECT ref_id,unread FROM ttrss_user_entries WHERE last_read >= '$last_online' AND - owner_uid = ".$_SESSION["uid"]; + owner_uid = ".$_SESSION["uid"] . " LIMIT 500"; $result = db_query($link, $query); -- cgit v1.2.3-54-g00ecf