Skip to content

Commit

Permalink
chore: change max execution period (#2314)
Browse files Browse the repository at this point in the history
* Adjusted max execution time

* Adjusted max execution time

* Update app/app.go

---------

Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
CharlieMc0 and lumtis authored Jun 5, 2024
1 parent 00006b5 commit a28d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ func New(
app.MsgServiceRouter(),
app.AccountKeeper,
group.Config{
MaxExecutionPeriod: 2 * time.Hour, // Two hours.
MaxExecutionPeriod: 48 * time.Hour,
MaxMetadataLen: 255,
},
)
Expand Down

0 comments on commit a28d7e1

Please sign in to comment.