terra/devnet: update timeout_broadcast_tx_commit

This commit is contained in:
Evan Gray 2022-12-01 13:12:09 -05:00 committed by Evan Gray
parent b0c65265aa
commit a3a4528c6f
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ max_subscriptions_per_client = 5
# WARNING: Using a value larger than 10s will result in increasing the
# global HTTP write timeout, which applies to all connections and endpoints.
# See https://github.com/tendermint/tendermint/issues/3435
timeout_broadcast_tx_commit = "10s"
timeout_broadcast_tx_commit = "30s"
# Maximum size of request body, in bytes
max_body_bytes = 4194304