Update bump the batch size to 50 at a time
This commit is contained in:
parent
c5bb3843aa
commit
af492dedff
|
|
@ -93,7 +93,7 @@ namespace AS1024.GeoFeed.GeoFeedBuilder
|
|||
{
|
||||
var queryParameters = HttpUtility.ParseQueryString(string.Empty);
|
||||
queryParameters["cf_geoloc_has_location"] = "true";
|
||||
queryParameters["limit"] = "5";
|
||||
queryParameters["limit"] = "50";
|
||||
|
||||
switch (family)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue