diff --git a/src/components/Map/usePostsEngine.js b/src/components/Map/usePostsEngine.js index 9cbf0ff..4e70948 100644 --- a/src/components/Map/usePostsEngine.js +++ b/src/components/Map/usePostsEngine.js @@ -114,8 +114,8 @@ function getPostTimeMs(p) { return d.getTime(); } -const MAX_POOL_POSTS = 120; -const MAX_VISIBLE_POSTS = 70; +const MAX_POOL_POSTS = 90; +const MAX_VISIBLE_POSTS = 60; function prunePosts(posts, center, maxCount) { if (!Array.isArray(posts) || posts.length <= maxCount) return posts || [];