Browse Source

remove doc. about no longer existing config option

pull/1911/head
Anton Kaliaev 7 years ago
committed by Alexander Simmerl
parent
commit
ed01638076
No known key found for this signature in database GPG Key ID: 4694E95C9CC61BDA
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      docs/tendermint-core/running-in-production.md

+ 1
- 6
docs/tendermint-core/running-in-production.md View File

@ -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


Loading…
Cancel
Save