Commit 449b12d
perf(bitbucket): increase server page limit to 1000 for fetching all repos
Requests 1000 repos per page instead of defaulting to 25, reducing the
number of API calls needed to enumerate large Bitbucket Server instances.
The server silently caps at its configured maximum (page.max.repositories),
so pagination via isLastPage/nextPageStart remains correct regardless.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1927d37 commit 449b12d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
0 commit comments