discovery: lower bandwidth rate limiting log to Debugf

This commit is contained in:
Olaoluwa Osuntokun
2025-05-19 17:46:08 -07:00
parent 3707b1fb70
commit 30f3d7ce89

View File

@@ -582,7 +582,7 @@ func (m *SyncManager) waitMsgDelay(ctx context.Context, peerPub [33]byte,
// to be sent.
delay := limitReservation.Delay()
if delay > 0 {
log.Infof("GossipSyncer(%x): rate limiting gossip replies, "+
log.Debugf("GossipSyncer(%x): rate limiting gossip replies, "+
"responding in %s", peerPub, delay)
select {