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) }