Skip to content

Commit

Permalink
waiting between each finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed May 24, 2024
1 parent 40f789e commit 87fda68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup/cmd/rollup_relayer/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func action(ctx *cli.Context) error {
return
default:
l2relayer.ProcessCommittedBatches()
time.Sleep(3 * time.Second)
}
}
}(subCtx)
Expand Down

0 comments on commit 87fda68

Please sign in to comment.