summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-12 16:35:25 +0300
committerAndrew Dolgov <[email protected]>2009-02-12 16:35:25 +0300
commit79e565a97568cea2fc8a235c83b2f2f5fc556a6f (patch)
tree93863ef251aceb819fe8ad763bb54e9a0d839e7c /modules
parent338c238d9313a9d889fbad6042261dc8ec1e60ab (diff)
offline: add progress indicator; tweak download intervals and amount of articles
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php2
1 files changed, 1 insertions, 1 deletions
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);