Raise smart feed request limit to 60
This commit is contained in:
parent
2eb182fccc
commit
09562d8876
|
|
@ -659,7 +659,7 @@ export function usePostsEngine({
|
||||||
lat,
|
lat,
|
||||||
lon: lng,
|
lon: lng,
|
||||||
radius_km: radiusKm,
|
radius_km: radiusKm,
|
||||||
limit: 50,
|
limit: 60,
|
||||||
zoom,
|
zoom,
|
||||||
bounds,
|
bounds,
|
||||||
username: username || undefined,
|
username: username || undefined,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue