contrib/helm: update config schema
This commit is contained in:
parent
f40cd33b12
commit
7aebb44852
1 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,8 @@ config:
|
||||||
chihaya:
|
chihaya:
|
||||||
announce_interval: 15m
|
announce_interval: 15m
|
||||||
prometheus_addr: 0.0.0.0:6880
|
prometheus_addr: 0.0.0.0:6880
|
||||||
|
max_numwant: 50
|
||||||
|
default_numwant: 25
|
||||||
http:
|
http:
|
||||||
addr: 0.0.0.0:6881
|
addr: 0.0.0.0:6881
|
||||||
allow_ip_spoofing: true
|
allow_ip_spoofing: true
|
||||||
|
@ -27,6 +29,5 @@ config:
|
||||||
max_clock_skew: 10s
|
max_clock_skew: 10s
|
||||||
storage:
|
storage:
|
||||||
gc_interval: 14m
|
gc_interval: 14m
|
||||||
peer_lifetime: 15m
|
peer_lifetime: 16m
|
||||||
shards: 16
|
shards: 1024
|
||||||
max_numwant: 50
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue