chore(confix): update v0.47 and v0.50 config (backport #17652) (#17653)

This commit is contained in:
mergify[bot] 2023-09-07 10:43:03 +02:00 committed by GitHub
parent 0fa4c54a98
commit 1fd50fba04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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