mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
NearbyParentFragment.java:
loadPlacesDataAsync - set batchSize from 50 back to original 3
This commit is contained in:
parent
c397083980
commit
caff189aea
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue