NearbyParentFragment.java:

loadPlacesDataAsync - set batchSize from 50 back to original 3
This commit is contained in:
tristan 2024-09-30 20:57:42 +10:00
parent c397083980
commit caff189aea

View file

@ -1380,7 +1380,7 @@ public class NearbyParentFragment extends CommonsDaggerSupportFragment
// Instead of loading all pins in a single SPARQL query, we query in batches. // Instead of loading all pins in a single SPARQL query, we query in batches.
// This variable controls the number of pins queried per batch. // This variable controls the number of pins queried per batch.
int batchSize = 50; int batchSize = 3;
updatedLatLng = curLatLng; updatedLatLng = curLatLng;
updatedPlacesList = new ArrayList<>(placeList); updatedPlacesList = new ArrayList<>(placeList);