lnd.xprv/peer
eugene ea467783e9 htlcswitch+peer: remove fwd pkgs once before tick, bump timer to 1hr
This commit changes the logic when garbage collecting forwarding
packages such that they are removed once when the function is called,
and then again upon subsequent ticks. This allows us to bump the
peer timer to 1 hour to limit the number of db transactions happening
in lnd. The forwarding packages need to be removed initially as
otherwise a flappy node will never have them garbage collected.
2020-08-31 20:52:51 -04:00
..
brontide_test.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
brontide.go htlcswitch+peer: remove fwd pkgs once before tick, bump timer to 1hr 2020-08-31 20:52:51 -04:00
config.go multi: split database storage into remote and local instances 2020-08-07 18:44:02 -07:00
interfaces.go peer: define Config and LinkUpdater interface 2020-07-06 19:16:06 -04:00
log.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00
test_utils.go multi: remove peer.go, change all references to point to peer pkg 2020-07-06 19:16:07 -04:00