Browse Source

change max_peer_num

pull/1943/head
Greg Szabo 7 years ago
parent
commit
bbe151c1d2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ansible/roles/config/templates/config.toml.j2

+ 1
- 0
ansible/roles/config/templates/config.toml.j2 View File

@ -45,6 +45,7 @@ create_empty_blocks_interval = 60
{% endif %}
[p2p]
max_num_peers = 300
{% if service == 'tendermint' %}
max_msg_packet_payload_size=65536
send_rate=51200000 # 50 MB/s


Loading…
Cancel
Save