Skip to content

Commit 30f3d7c

Browse files
committed
discovery: lower bandwidth rate limiting log to Debugf
1 parent 3707b1f commit 30f3d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/sync_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
582582
// to be sent.
583583
delay := limitReservation.Delay()
584584
if delay > 0 {
585-
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
585+
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
586586
"responding in %s", peerPub, delay)
587587

588588
select {

0 commit comments

Comments
 (0)