mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 14:17:56 +01:00
discovery: lower bandwidth rate limiting log to Debugf
This commit is contained in:
@@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
|
|||||||
// to be sent.
|
// to be sent.
|
||||||
delay := limitReservation.Delay()
|
delay := limitReservation.Delay()
|
||||||
if delay > 0 {
|
if delay > 0 {
|
||||||
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
|
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
|
||||||
"responding in %s", peerPub, delay)
|
"responding in %s", peerPub, delay)
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
|||||||
Reference in New Issue
Block a user