Skip to content

Commit

Permalink
increase queue size
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts committed Nov 21, 2024
1 parent db765bb commit 7fc112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/stores/shipper/bloomshipper/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/grafana/loki/v3/pkg/util/spanlogger"
)

var downloadQueueCapacity = 10000
var downloadQueueCapacity = 100000

type options struct {
ignoreNotFound bool // ignore 404s from object storage; default=true
Expand Down

0 comments on commit 7fc112c

Please sign in to comment.