Skip to content

Commit

Permalink
Remove unnecesary opts
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed Dec 20, 2023
1 parent 582bc7a commit c91631f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/querier/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,6 @@ func (q *Querier) internalTagSearchBlock(ctx context.Context, req *tempopb.Searc
opts := common.DefaultSearchOptions()
opts.StartPage = int(req.StartPage)
opts.TotalPages = int(req.PagesToSearch)
opts.MaxBytes = q.limits.MaxBytesPerTrace(tenantID)

return q.store.SearchTags(ctx, meta, req.SearchReq.Scope, opts)
}
Expand Down

0 comments on commit c91631f

Please sign in to comment.