admin cmd to send a request/ping to /_matrix/federation/v1/version
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
738878f6ff
commit
51afde9e98
2 changed files with 57 additions and 5 deletions
|
@ -1095,7 +1095,7 @@ impl Service {
|
|||
events_all.insert(next_id);
|
||||
},
|
||||
Err(e) => {
|
||||
warn!("Failed to fetch event {} | {e}", next_id);
|
||||
warn!("Failed to fetch event {next_id}: {e}");
|
||||
back_off((*next_id).to_owned()).await;
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue