remove lightpeers option
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a27322f54e
commit
a1084b7acb
|
@ -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
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue