From e6c611c5c0120d7b639e8cd67ffd03ab2c7275c8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 13 Feb 2009 12:41:43 +0300 Subject: offline: bump amount of additionally synced articles to 1000 --- 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 b28b27462..e3d9e6165 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"] . " LIMIT 500"; + owner_uid = ".$_SESSION["uid"] . " LIMIT 1000"; $result = db_query($link, $query); -- cgit v1.2.3