preserve the switch but don't use .measure()

This commit is contained in:
Christian Schwarz
2025-02-07 02:07:29 +01:00
parent c89defed85
commit 43c47e684f

View File

@@ -1087,7 +1087,7 @@ impl PageServerHandler {
info!("shutdown request received in page handler");
return Err(QueryError::Shutdown)
}
res = flushing_timer.measure(flush_fut) => {
res = flush_fut => {
res?;
}
}