Skip to content

Commit

Permalink
Increase geolocation json size
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbudisa committed Mar 2, 2022
1 parent 15fa47d commit b561f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/LocationService/LocationService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LocationServiceImpl::LocationServiceImpl() : fetchTask("LocationFetch", [](Task*
return;
}

const int SIZE = JSON_OBJECT_SIZE(8) + 170;
const int SIZE = 700;
DynamicJsonDocument json(SIZE);
DeserializationError error = deserializeJson(json, http.getStream());

Expand Down

0 comments on commit b561f8a

Please sign in to comment.