autopilot: Change default heuristic to top_centrality
This commit is contained in:
parent
da805c022e
commit
465c2d17f4
@ -395,7 +395,7 @@ func DefaultConfig() Config {
|
|||||||
MinConfs: 1,
|
MinConfs: 1,
|
||||||
ConfTarget: autopilot.DefaultConfTarget,
|
ConfTarget: autopilot.DefaultConfTarget,
|
||||||
Heuristic: map[string]float64{
|
Heuristic: map[string]float64{
|
||||||
"preferential": 1.0,
|
"top_centrality": 1.0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
PaymentsExpirationGracePeriod: defaultPaymentsExpirationGracePeriod,
|
PaymentsExpirationGracePeriod: defaultPaymentsExpirationGracePeriod,
|
||||||
|
@ -477,8 +477,8 @@ litecoin.node=ltcd
|
|||||||
; autopilot.allocation=0.6
|
; autopilot.allocation=0.6
|
||||||
|
|
||||||
; Heuristic to activate, and the weight to give it during scoring. (default:
|
; Heuristic to activate, and the weight to give it during scoring. (default:
|
||||||
; preferential:1)
|
; top_centrality:1)
|
||||||
; autopilot.heuristic=top_centrality:1
|
; autopilot.heuristic=preferential:1
|
||||||
|
|
||||||
; The smallest channel that the autopilot agent should create (default: 20000)
|
; The smallest channel that the autopilot agent should create (default: 20000)
|
||||||
; autopilot.minchansize=20000
|
; autopilot.minchansize=20000
|
||||||
|
Loading…
Reference in New Issue
Block a user