Skip to content

Commit 932b91b

Browse files
authored
Increase backfill limit to 100 (#4174)
Even with 4 PRs in the merge queue (the max); we have several idle machines. Lets test by using more for the dashboard.
1 parent 331f9c0 commit 932b91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app_dart/lib/src/service/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class Config {
200200
/// For example, if we have 200 available targets found to be backfilled,
201201
/// only `backfillerTargetLimit` will be scheduled whereas others wait for
202202
/// the next API call.
203-
int get backfillerTargetLimit => 75;
203+
int get backfillerTargetLimit => 100;
204204

205205
/// Upper limit of commit rows to be backfilled in API call.
206206
///

0 commit comments

Comments
 (0)