Skip to content

Commit

Permalink
batcher 9m
Browse files Browse the repository at this point in the history
  • Loading branch information
PPYang authored and PPYang committed Oct 19, 2023
1 parent 97697be commit e8133d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-batcher/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
PollIntervalFlag = &cli.DurationFlag{
Name: "poll-interval",
Usage: "How frequently to poll L2 for new blocks",
Value: 3 * time.Minute,
Value: 9 * time.Minute,
EnvVars: prefixEnvVars("POLL_INTERVAL"),
}
MaxPendingTransactionsFlag = &cli.Uint64Flag{
Expand Down

0 comments on commit e8133d9

Please sign in to comment.