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 090a90c commit 1e2ca34Copy full SHA for 1e2ca34
cmd/utils/flags.go
@@ -1680,6 +1680,7 @@ func SetBuilderConfig(ctx *cli.Context, cfg *builder.Config) {
1680
cfg.BuilderRateLimitMaxBurst = ctx.Int(BuilderRateLimitMaxBurst.Name)
1681
cfg.BuilderSubmissionOffset = ctx.Duration(BuilderSubmissionOffset.Name)
1682
cfg.EnableCancellations = ctx.IsSet(BuilderEnableCancellations.Name)
1683
+ cfg.BuilderRateLimitResubmitInterval = ctx.String(BuilderBlockResubmitInterval.Name)
1684
}
1685
1686
// SetNodeConfig applies node-related command line flags to the config.
0 commit comments