From 2f9d3e6f472d22b2a069966fdbcce81268773f07 Mon Sep 17 00:00:00 2001 From: Paul Kim Date: Fri, 22 Apr 2022 14:57:47 +0900 Subject: [PATCH] Apply Terra Core v0.5.18 (#73) --- config/config.toml | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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