Skip to content

Commit

Permalink
Increase test grid page size (#7863)
Browse files Browse the repository at this point in the history
The current page size is very small and makes repeatedly clicking "Load
more" very tedious
  • Loading branch information
bduffany authored Nov 8, 2024
1 parent d209d44 commit 90a227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/target/target.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
coverageCommand = "coverage"

// The number of distinct commits returned in GetTargetHistoryResponse.
targetHistoryPageSize = 20
targetHistoryPageSize = 40

// The max number of targets returned in each TargetGroup page.
// TODO(bduffany): let the client set this. We want this to be 100 when on
Expand Down

0 comments on commit 90a227e

Please sign in to comment.