mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 00:28:00 +00:00
[dijkstra] doc-noted that `total` in handleNodes' filtered path reflects only the returned page-slice, not an all-pages count — matches pre-existing semantics, not a regression, but worth being explicit that fetchAllNodes (public/app.js) never reads it for pagination (relies on page length instead). [munger] the pagination compensation loop's maxIterations=50 safety cap now logs a WARN breadcrumb when it's actually hit, instead of silently returning a possibly-short page. New test seeds 51 consecutive hidden-prefix nodes at limit=1 to force the cap and asserts both the empty result and the log line.