Skip to content

Commit

Permalink
chore(confix): update v0.47 and v0.50 config (#17652)
Browse files Browse the repository at this point in the history
(cherry picked from commit a0a00cc)
  • Loading branch information
julienrbrt authored and mergify[bot] committed Sep 7, 2023
1 parent 0fa4c54 commit a821e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/confix/data/v0.47-app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ fsync = "false"
#
# Note, this configuration only applies to SDK built-in app-side mempool
# implementations.
max-txs = "5000"
max-txs = 5000

[wasm]
# This is the maximum sdk gas (wasm and storage) that we allow for any x/wasm "smart" queries
Expand Down
2 changes: 1 addition & 1 deletion tools/confix/data/v0.50-app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ stop-node-on-err = true
#
# Note, this configuration only applies to SDK built-in app-side mempool
# implementations.
max-txs = "5000"
max-txs = 5000

[wasm]
# This is the maximum sdk gas (wasm and storage) that we allow for any x/wasm "smart" queries
Expand Down

0 comments on commit a821e1e

Please sign in to comment.