Revert "Update orchestra to the recent version (#6854)" (#6916)

This reverts commit 5565bb9dbc.
This commit is contained in:
Vsevolod Stakhov
2023-03-20 15:08:05 +00:00
committed by GitHub
parent 2e656dcd6e
commit 6d902ce073
8 changed files with 21 additions and 21 deletions
+2 -3
View File
@@ -661,9 +661,8 @@ 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!(