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