diff --git a/config/config.toml b/config/config.toml index 254655c..159933c 100644 --- a/config/config.toml +++ b/config/config.toml @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 8816729..e4c22ee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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