We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8463e6a commit beb85faCopy full SHA for beb85fa
1 file changed
app_dart/lib/src/request_handlers/scheduler/batch_backfiller.dart
@@ -65,7 +65,7 @@ final class BatchBackfiller extends RequestHandler {
65
Future<void> _backfillExperimentalBranch(RepositorySlug slug) async {
66
final fsGrid = await _firestore.queryRecentCommitsAndTasks(
67
slug,
68
- commitLimit: config.backfillerCommitLimit,
+ commitLimit: config.flags.backfillerCommitLimit,
69
branch: 'ios-experimental',
70
);
71
await _doBackfillFrom(slug, fsGrid, forceLowPriority: true);
0 commit comments