Commit dcbc3a8
committed
Change default builds per build group from 10 to 50
As discussed in #3715, a default of 10 builds per build group is insufficient for many projects. This low limit was set in an era when AngularJS rendering for the full page was extremely slow. This is no longer an issue, and it now makes sense to increase the default number of builds per build group. I have somewhat arbitrarily chosen 50 as the new default for all types of pagination across the site. I plan to make further improvements to this in the next ~6-12 months as part of the transition to Vue.1 parent 6fe84d8 commit dcbc3a8
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- resources/js/angular/controllers
- tests/cypress/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
0 commit comments