mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-13 22:49:05 +02:00
peer: lower logCommitTimer check to 100ms
This commit is contained in:
parent
eb37dba3f6
commit
d146411712
2
peer.go
2
peer.go
@ -1142,7 +1142,7 @@ func (p *peer) htlcManager(channel *lnwallet.LightningChannel,
|
||||
batchTimer := time.NewTicker(50 * time.Millisecond)
|
||||
defer batchTimer.Stop()
|
||||
|
||||
logCommitTimer := time.NewTicker(300 * time.Millisecond)
|
||||
logCommitTimer := time.NewTicker(100 * time.Millisecond)
|
||||
defer logCommitTimer.Stop()
|
||||
out:
|
||||
for {
|
||||
|
Loading…
x
Reference in New Issue
Block a user