mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
device lists: backoff for longer if the wrong error type is returned (#1796)
This commit is contained in:
parent
e865a1507a
commit
77fb981da5
@ -347,6 +347,9 @@ func (u *DeviceListUpdater) processServer(serverName gomatrixserverlib.ServerNam
|
||||
} else if fcerr.Blacklisted {
|
||||
waitTime = time.Hour * 8
|
||||
}
|
||||
} else {
|
||||
waitTime = time.Hour
|
||||
logger.WithError(err).Warn("GetUserDevices returned unknown error type")
|
||||
}
|
||||
hasFailures = true
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user