Update bump the batch size to 50 at a time

This commit is contained in:
Jeff Leung 2024-01-04 23:19:51 -08:00
parent c5bb3843aa
commit af492dedff
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{