Update bump the batch size to 50 at a time

This commit is contained in:
2024-01-04 23:19:51 -08:00
parent c5bb3843aa
commit af492dedff

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