mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
fix api/client_server/keys events
This commit is contained in:
parent
42e397203a
commit
0aef00c58b
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ pub(crate) async fn get_keys_helper<F: Fn(&UserId) -> bool>(
|
||||||
}
|
}
|
||||||
|
|
||||||
if time.elapsed() < min_elapsed_duration {
|
if time.elapsed() < min_elapsed_duration {
|
||||||
debug!("Backing off query from {:?}", server);
|
debug!(%server, "Backing off from server");
|
||||||
return (
|
return (
|
||||||
server,
|
server,
|
||||||
Err(Error::BadServerResponse(
|
Err(Error::BadServerResponse(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue