Skip to content

Commit

Permalink
Merge branch 'main' into mhoffm-pool-handling-fix-in-store-bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaHoffmann authored Aug 25, 2023
2 parents 109432d + bfd3296 commit fe3b934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/store/postings.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (r *postingsReaderBuilder) Next() bool {

_, err := r.r.Discard(int(from - r.lastOffset))
if err != nil {
r.e = err
return false
}
r.lastOffset += from - r.lastOffset
Expand Down

0 comments on commit fe3b934

Please sign in to comment.