From ed016380765622b1aa411b9f3db9582ab10a8a04 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 5 Jul 2018 11:41:35 +0400 Subject: [PATCH] remove doc. about no longer existing config option --- docs/tendermint-core/running-in-production.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/tendermint-core/running-in-production.md b/docs/tendermint-core/running-in-production.md index 1f87f9114..c6157fb3b 100644 --- a/docs/tendermint-core/running-in-production.md +++ b/docs/tendermint-core/running-in-production.md @@ -49,7 +49,7 @@ second TODO is to query the /status RPC endpoint. It provides the necessary info: whenever the node is syncing or not, what height it is on, etc. -``` +``` curl http(s)://{ip}:{rpcPort}/status ``` @@ -198,11 +198,6 @@ theres something to send its peers. You can also try lowering `timeout_commit` (time we sleep before proposing the next block). -- `consensus.max_block_size_txs` - -By default, the maximum number of transactions per a block is 10_000. -Feel free to change it to suit your needs. - - `p2p.addr_book_strict` By default, Tendermint checks whenever a peer's address is routable before