Skip to content

Commit

Permalink
Bump max wasm file size to 1280 * 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyson authored and Cyson committed Apr 27, 2023
1 parent 7bad0ac commit 6b8a71f
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 @@ -1578,5 +1578,5 @@ func (app *App) decorateContextWithDexMemState(base context.Context) context.Con

func init() {
// override max wasm size to 1MB
wasmtypes.MaxWasmSize = 1024 * 1024
wasmtypes.MaxWasmSize = 1280 * 1024
}

0 comments on commit 6b8a71f

Please sign in to comment.