Unverified Commit f7eb8d21 authored by Tankred Hase's avatar Tankred Hase Committed by GitHub

Revert "Allocate 100 percent of funds to autopilot"

parent de71a3b8
......@@ -65,7 +65,7 @@ module.exports.startLndProcess = async function({
'--historicalsyncinterval=20m',
'--autopilot.private',
'--autopilot.minconfs=0',
'--autopilot.allocation=1.0',
'--autopilot.allocation=0.95',
'--autopilot.heuristic=externalscore:0.95',
'--autopilot.heuristic=preferential:0.05',
lndPort ? `--rpclisten=localhost:${lndPort}` : '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment