mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 02:20:42 +00:00
preserve the switch but don't use .measure()
This commit is contained in:
@@ -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?;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user