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