Skip to content

Commit

Permalink
remove TODO, turned into follow-up #6023
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Dec 4, 2023
1 parent f886a4c commit 08b65dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pageserver/src/tenant/timeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,6 @@ impl Timeline {
let sum = calculated_size.saturating_add_signed(added);

// set the gauge value before it can be set in `update_current_logical_size`.
// TODO: shouldn't this simple .add(calculated_size)?
self.metrics.current_logical_size_gauge.set(sum);

self.current_logical_size
Expand Down

0 comments on commit 08b65dd

Please sign in to comment.