Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit b148e55

Browse files
committed
Set maxbackoff=2s and autopilot.conftarget=6 for desktop
1 parent fc57085 commit b148e55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/lnd-child-process.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ module.exports.startLndProcess = async function({
6060
let args = [
6161
'--bitcoin.active',
6262
'--debuglevel=info',
63+
'--maxbackoff=2s',
6364
`--lnddir=${lndSettingsDir}`,
6465
`--routing.assumechanvalid`,
6566
'--historicalsyncinterval=20m',
6667
'--autopilot.private',
6768
'--autopilot.minconfs=1',
69+
'--autopilot.conftarget=6',
6870
'--autopilot.allocation=0.95',
6971
'--autopilot.heuristic=externalscore:0.95',
7072
'--autopilot.heuristic=preferential:0.05',

0 commit comments

Comments
 (0)