remove lightpeers option

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-07 12:00:15 +02:00
parent a27322f54e
commit a1084b7acb
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 0 additions and 3 deletions

View File

@ -36,8 +36,6 @@ geth_sync_mode: 'light'
geth_max_peers: 25
# Maximum percentage of time allowed for serving LES requests (0-90)
geth_light_serv: 90
# Maximum number of LES client peers (default: 100)
geth_light_peers: 200
# Peer discovery protocol
geth_v5disc_enabled: true

View File

@ -30,7 +30,6 @@
--syncmode={{ geth_sync_mode }}
{% if geth_sync_mode != 'light' %}
--lightserv={{ geth_light_serv }}
--lightpeers={{ geth_light_peers }}
{% endif %}
--verbosity={{ geth_log_level_id }}
--cache={{ geth_cache }}