mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
don't update the counters at all, forgot that those are still in there
This commit is contained in:
@@ -1327,10 +1327,10 @@ impl SmgrOpFlushInProgress {
|
||||
let mut observe_guard = scopeguard::guard(
|
||||
|| {
|
||||
let elapsed = now - self.base;
|
||||
self.global_micros
|
||||
.inc_by(u64::try_from(elapsed.as_micros()).unwrap());
|
||||
self.per_timeline_micros
|
||||
.inc_by(u64::try_from(elapsed.as_micros()).unwrap());
|
||||
// self.global_micros
|
||||
// .inc_by(u64::try_from(elapsed.as_micros()).unwrap());
|
||||
// self.per_timeline_micros
|
||||
// .inc_by(u64::try_from(elapsed.as_micros()).unwrap());
|
||||
self.base = now;
|
||||
},
|
||||
|mut observe| {
|
||||
|
||||
Reference in New Issue
Block a user