mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-21 18:11:07 +00:00
asyncify KeyValueDatabaseEngine
This commit is contained in:
parent
4b9520b5ad
commit
a7e34eb0b3
9 changed files with 121 additions and 111 deletions
|
@ -522,7 +522,7 @@ impl Service {
|
|||
}
|
||||
AdminCommand::MemoryUsage => {
|
||||
let response1 = services().memory_usage().await;
|
||||
let response2 = services().globals.db.memory_usage();
|
||||
let response2 = services().globals.db.memory_usage().await;
|
||||
|
||||
RoomMessageEventContent::text_plain(format!(
|
||||
"Services:\n{response1}\n\nDatabase:\n{response2}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue