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

This commit is contained in:
Julien Robert
2023-09-07 08:18:43 +00:00
committed by GitHub
parent c60283b91a
commit a0a00cca22
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
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