Raise smart feed request limit to 60

This commit is contained in:
Your Name 2025-12-26 02:00:38 -05:00
parent 2eb182fccc
commit 09562d8876
1 changed files with 1 additions and 1 deletions

View File

@ -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,