Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/testnet' into testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Dec 18, 2020
2 parents 23f1f0f + 16ed128 commit 06b2c00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ eclair {
max-funding-satoshis = 50000000 // 0.5 btc

router.path-finding.max-route-length = 4
router.path-finding.mpp.min-amount-satoshis = 1000 // minimum amount sent via partial HTLCs
router.path-finding.mpp.max-parts = 10 // maximum number of HTLCs sent per payment: increasing this value will negatively impact performance
router.channel-exclude-duration = 10 seconds // 60s default is too long
router.randomize-route-selection = false

Expand Down

0 comments on commit 06b2c00

Please sign in to comment.