mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: default config is slow (#2516)
Solution: update the suggested `config.toml` file to increase the allowed network speed, and avoid rechecking transactions.
This commit is contained in:
parent
bee9468bd0
commit
f6bee3b63e
@ -242,14 +242,18 @@ The Member must copy the `genesis.json` file in the local `.tendermint/config` d
|
||||
The Member must edit the `.tendermint/config/config.toml` file and make the following changes:
|
||||
|
||||
```
|
||||
...
|
||||
|
||||
moniker = "Name of our node"
|
||||
create_empty_blocks = false
|
||||
...
|
||||
log_level = "main:info,state:info,*:error"
|
||||
|
||||
persistent_peers = "<Member 1 node id>@<Member 1 hostname>:26656,\
|
||||
<Member 2 node id>@<Member 2 hostname>:26656,\
|
||||
<Member N node id>@<Member N hostname>:26656,"
|
||||
|
||||
send_rate = 102400000
|
||||
recv_rate = 102400000
|
||||
|
||||
recheck = false
|
||||
```
|
||||
|
||||
## Member: Start MongoDB
|
||||
|
Loading…
x
Reference in New Issue
Block a user