| Filename | Latest commit message | Latest commit date |
|---|---|---|
read the issue's `comments` count first, compute which page contains the tail, fetch only `ceil(n/50) + 1` pages. drops the TAIL_MAX_PAGES cap entirely — it was paging from the WRONG end (first 1000 comments instead of the last n) on long threads, defeating the whole purpose of --tail. work is now bounded by n, not by thread length. |
||
| .. | ||
| src | ||
| Cargo.toml | ||