Commit 29c93e6
perf(bitbucket): increase server page limit to 1000 (#981)
* 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>
* perf(bitbucket): bump remaining getPaginatedServer call sites to limit 1000
Updates serverGetReposForProjects, getReposForAuthenticatedBitbucketServerUser,
and getUserPermissionsForServerRepo to match the limit set in serverGetAllRepos.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs
* changelog
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f72ce47 commit 29c93e6
File tree
4 files changed
+24
-3
lines changed- docs
- docs/connections
- images
- packages/backend/src
4 files changed
+24
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
153 | 170 | | |
154 | 171 | | |
155 | 172 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
483 | 484 | | |
484 | 485 | | |
485 | 486 | | |
| |||
581 | 582 | | |
582 | 583 | | |
583 | 584 | | |
584 | | - | |
| 585 | + | |
585 | 586 | | |
586 | 587 | | |
587 | 588 | | |
| |||
712 | 713 | | |
713 | 714 | | |
714 | 715 | | |
715 | | - | |
| 716 | + | |
716 | 717 | | |
717 | 718 | | |
718 | 719 | | |
| |||
747 | 748 | | |
748 | 749 | | |
749 | 750 | | |
750 | | - | |
| 751 | + | |
751 | 752 | | |
752 | 753 | | |
753 | 754 | | |
| |||
0 commit comments