gfe-relnote: (n/a) Reduce the rate limit a QUIC error log in BandwidthSampler. Logging only.

PiperOrigin-RevId: 275292991
Change-Id: Ibe0453e6eb952b98b6910efea5da37860e71c484
diff --git a/quic/core/congestion_control/bandwidth_sampler.cc b/quic/core/congestion_control/bandwidth_sampler.cc
index 1915843..85de251 100644
--- a/quic/core/congestion_control/bandwidth_sampler.cc
+++ b/quic/core/congestion_control/bandwidth_sampler.cc
@@ -195,7 +195,7 @@
     } else {
       QUIC_CODE_COUNT_N(quic_prev_ack_time_larger_than_current_ack_time, 2, 2);
     }
-    QUIC_LOG_EVERY_N_SEC(ERROR, 5)
+    QUIC_LOG_EVERY_N_SEC(ERROR, 60)
         << "Time of the previously acked packet:"
         << sent_packet.last_acked_packet_ack_time.ToDebuggingValue()
         << " is larger than the ack time of the current packet:"