[jopensocial] r49 committed - effort to fix the "not eco"

0 views
Skip to first unread message

codesite...@google.com

unread,
Sep 7, 2009, 8:25:37 PM9/7/09
to jopen...@googlegroups.com
Revision: 49
Author: atsn.ngs
Date: Mon Sep 7 17:25:09 2009
Log: effort to fix the "not eco"
http://code.google.com/p/jopensocial/source/detail?r=49

Modified:
/trunk/src/jopensocial.js

=======================================
--- /trunk/src/jopensocial.js Tue Sep 1 11:36:45 2009
+++ /trunk/src/jopensocial.js Mon Sep 7 17:25:09 2009
@@ -521,7 +521,7 @@
f = opensocial.DataRequest.PeopleRequestFields.FILTER;
opt_params[f] = opt_params[f] || opensocial.DataRequest.FilterType.ALL;
f = opensocial.DataRequest.PeopleRequestFields.MAX;
- opt_params[f] = opt_params[f] || 1000;
+ opt_params[f] = opt_params[f] || 20;
var rky = rankey();
var obj = {};
obj[rky] = function() { return
this.newFetchPeopleRequest(idspec,opt_params) }

Reply all
Reply to author
Forward
0 new messages