Skip to content

Commit 1d08f47

Browse files
committed
Reduce pageSize and increase maxPageCount to work around limit error
1 parent 575a91d commit 1d08f47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/App/Core/Dependencies/BuildSystemClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ extension BuildSystemClient: DependencyKey {
3535
getStatusCount: { status in
3636
try await Gitlab.Builder.getStatusCount(status: status,
3737
page: 1,
38-
pageSize: 100,
39-
maxPageCount: 5)
38+
pageSize: 20,
39+
maxPageCount: 10)
4040
},
4141
triggerBuild: { buildId, cloneURL, isDocBuild, platform, ref, swiftVersion, versionID in
4242
try await Gitlab.Builder.triggerBuild(buildId: buildId,

0 commit comments

Comments
 (0)