|
@ -11,24 +11,25 @@ log_level = "state:info,*:error" |
|
|
[rpc] |
|
|
[rpc] |
|
|
laddr = "tcp://0.0.0.0:46657" |
|
|
laddr = "tcp://0.0.0.0:46657" |
|
|
|
|
|
|
|
|
[mempool] |
|
|
|
|
|
recheck = false |
|
|
|
|
|
broadcast = false |
|
|
|
|
|
wal_dir = "" |
|
|
|
|
|
|
|
|
#[mempool] |
|
|
|
|
|
#recheck = false |
|
|
|
|
|
#broadcast = false |
|
|
|
|
|
#wal_dir = "" |
|
|
|
|
|
|
|
|
[consensus] |
|
|
[consensus] |
|
|
max_block_size_txs = 10000 |
|
|
|
|
|
create_empty_blocks = false |
|
|
|
|
|
timeout_propose = 10000 |
|
|
|
|
|
skip_timeout_commit = true |
|
|
|
|
|
timeout_commit = 1 |
|
|
|
|
|
wal_light = true |
|
|
|
|
|
block_part_size = 262144 |
|
|
|
|
|
|
|
|
#max_block_size_txs = 10000 |
|
|
|
|
|
#create_empty_blocks = false |
|
|
|
|
|
#timeout_propose = 10000 |
|
|
|
|
|
#skip_timeout_commit = true |
|
|
|
|
|
#timeout_commit = 1 |
|
|
|
|
|
#wal_light = true |
|
|
|
|
|
#block_part_size = 262144 |
|
|
|
|
|
create_empty_blocks_interval = 1 |
|
|
|
|
|
|
|
|
[p2p] |
|
|
[p2p] |
|
|
max_msg_packet_payload_size=65536 |
|
|
|
|
|
send_rate=51200000 # 50 MB/s |
|
|
|
|
|
recv_rate=51200000 # 50 MB/s |
|
|
|
|
|
|
|
|
#max_msg_packet_payload_size=65536 |
|
|
|
|
|
#send_rate=51200000 # 50 MB/s |
|
|
|
|
|
#recv_rate=51200000 # 50 MB/s |
|
|
laddr = "tcp://0.0.0.0:46656" |
|
|
laddr = "tcp://0.0.0.0:46656" |
|
|
{% if validators == true or validators == 'true' %} |
|
|
{% if validators == true or validators == 'true' %} |
|
|
{% set comma = joiner(",") %}seeds = "{% for host in ((groups[testnet_name]|default([]))+(groups['tag_Environment_'~(testnet_name|regex_replace('-','_'))]|default([])))|difference(inventory_hostname) %}{{ comma() }}{{hostvars[host]["inventory_hostname"]}}:46656{% endfor %}" |
|
|
{% set comma = joiner(",") %}seeds = "{% for host in ((groups[testnet_name]|default([]))+(groups['tag_Environment_'~(testnet_name|regex_replace('-','_'))]|default([])))|difference(inventory_hostname) %}{{ comma() }}{{hostvars[host]["inventory_hostname"]}}:46656{% endfor %}" |
|
|