mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
GET /posts/recent now caps its total scan at 500 eligible top-level posts instead of 10, so corpora smaller than the cap report an exact total while larger corpora stay bounded. Added unit coverage for the exact-total-under-cap and default-cap cases, plus the many-top-level-posts acceptance fixture. By coder.