Update orchestra to the recent version (#6854)

* Test the recent orchestra changes

* Update orchestra and metered-channel
This commit is contained in:
Vsevolod Stakhov
2023-03-14 09:29:57 +00:00
committed by GitHub
parent 894dcad54b
commit 5565bb9dbc
8 changed files with 21 additions and 21 deletions
+3 -2
View File
@@ -661,8 +661,9 @@ where
);
metrics.memory_stats_snapshot(memory_stats_snapshot);
},
Err(e) =>
gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e),
Err(e) => {
gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e)
},
}),
Err(_) => {
gum::debug!(