We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331f9c0 commit 932b91bCopy full SHA for 932b91b
app_dart/lib/src/service/config.dart
@@ -200,7 +200,7 @@ class Config {
200
/// For example, if we have 200 available targets found to be backfilled,
201
/// only `backfillerTargetLimit` will be scheduled whereas others wait for
202
/// the next API call.
203
- int get backfillerTargetLimit => 75;
+ int get backfillerTargetLimit => 100;
204
205
/// Upper limit of commit rows to be backfilled in API call.
206
///
0 commit comments