Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov committed Nov 18, 2024
1 parent 9b2f3f6 commit 90aaeeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/ingest/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (w fetchWant) expectedBytes() int64 {
const overFetchBytesFactor = 1.05
return int64(overFetchBytesFactor * float64(int64(w.estimatedBytesPerRecord)*(w.endOffset-w.startOffset)))
}

type fetchResult struct {
kgo.FetchPartition
ctx context.Context
Expand Down

0 comments on commit 90aaeeb

Please sign in to comment.