summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-03 22:40:27 +0300
committerAndrew Dolgov <[email protected]>2009-02-03 22:40:27 +0300
commitb548354310af4f2feb7b98daec374f36edf5512d (patch)
tree850715f956fa907a4d4b239e63aedd20ae942aea /modules
parenta4b906ec46bc389d8fcef1b2a308c2699c7ffc04 (diff)
adjust rate limits on automatic update of offline info
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index 967e97aea..3042703ca 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -521,7 +521,7 @@
//$unread_only = db_escape_string($_REQUEST["unread_only"]);
//if (!$amount) $amount = 50;
- $amount = 100;
+ $amount = 200;
$unread_only = true;
print "<rpc-reply>";
@@ -583,7 +583,6 @@
$line["unread"] = (int)sql_bool_to_bool($line["unread"]);
$line["tags"] = format_tags_string(get_article_tags($link, $id), $id);
-
print json_encode($line);
print "]]></article>";
}