From b548354310af4f2feb7b98daec374f36edf5512d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Feb 2009 22:40:27 +0300 Subject: adjust rate limits on automatic update of offline info --- modules/backend-rpc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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 ""; @@ -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 "]]>"; } -- cgit v1.2.3