Skip to content

Commit

Permalink
Apply Terra Core v0.5.18 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjukim committed Apr 22, 2022
1 parent 3d19e04 commit 2f9d3e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/config.toml
Expand Up @@ -140,10 +140,10 @@ 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
max_body_bytes = 1000000

# Maximum size of request header, in bytes
max_header_bytes = 1048576
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
terrad:
image: terramoney/localterra-core:0.5.17
image: terramoney/localterra-core:0.5.18
pull_policy: always
volumes:
- ./config:/root/.terra/config
Expand Down

0 comments on commit 2f9d3e6

Please sign in to comment.