Skip to content

Commit 5067439

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
increase max to 100
1 parent 4d5fb57 commit 5067439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/server/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ <h1><a href="/">PR Cost Calculator</a></h1>
10631063
id="repoSampleSize"
10641064
value="50"
10651065
min="1"
1066-
max="50"
1066+
max="100"
10671067
>
10681068
<div class="help-text">50 (recommended, ±14% accuracy) or 30 (faster, ±18% accuracy)</div>
10691069
</div>
@@ -1103,7 +1103,7 @@ <h1><a href="/">PR Cost Calculator</a></h1>
11031103
id="orgSampleSize"
11041104
value="50"
11051105
min="1"
1106-
max="50"
1106+
max="100"
11071107
>
11081108
<div class="help-text">50 (recommended, ±14% accuracy) or 30 (faster, ±18% accuracy)</div>
11091109
</div>

0 commit comments

Comments
 (0)