removed many more metrics, still compiles

This commit is contained in:
BodoBolero
2025-04-23 16:12:01 +02:00
parent a12369be43
commit ce1e575db1
29 changed files with 207 additions and 1878 deletions

View File

@@ -136,6 +136,7 @@ pub(crate) enum Scope {
// which are shared among all tasks that operate on the timeline, especially
// concurrent page_service connections.
#[allow(clippy::redundant_allocation)]
#[allow(dead_code)]
arc_arc: Arc<Arc<TimelineMetrics>>, },
#[cfg(test)]
UnitTest {