Skip to content

Commit

Permalink
fix: remove call
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Sep 5, 2024
1 parent 87b8c59 commit bdcae62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/storer/reserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ func (db *DB) countWithinRadius(ctx context.Context) (int, error) {
db.metrics.ReserveMissingBatch.Set(float64(missing))
reserveSizeWithinRadius.Store(uint64(count))

db.ReserveSizeWithinRadius()

return count, err
}

Expand Down

0 comments on commit bdcae62

Please sign in to comment.