mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 03:31:41 +00:00
Demote logging entry for backoff
This commit is contained in:
parent
bb39149ff8
commit
a84f50f4fb
@ -297,7 +297,7 @@ func (oq *destinationQueue) backgroundSend() {
|
|||||||
// We haven't backed off yet, so wait for the suggested amount of
|
// We haven't backed off yet, so wait for the suggested amount of
|
||||||
// time.
|
// time.
|
||||||
duration := time.Until(*until)
|
duration := time.Until(*until)
|
||||||
logrus.Warnf("Backing off %q for %s", oq.destination, duration)
|
logrus.Debugf("Backing off %q for %s", oq.destination, duration)
|
||||||
oq.backingOff.Store(true)
|
oq.backingOff.Store(true)
|
||||||
destinationQueueBackingOff.Inc()
|
destinationQueueBackingOff.Inc()
|
||||||
select {
|
select {
|
||||||
|
Loading…
Reference in New Issue
Block a user