@@ -607,24 +607,24 @@ func NewBucketStore(
607607 b := make ([]byte , 0 , initialBufSize )
608608 return & b
609609 }},
610- chunkPool : pool.NoopPool [byte ]{},
611- blocks : map [ulid.ULID ]* bucketBlock {},
612- blockSets : map [uint64 ]* bucketBlockSet {},
613- blockSyncConcurrency : blockSyncConcurrency ,
614- queryGate : gate .NewNoop (),
615- chunksLimiterFactory : chunksLimiterFactory ,
616- seriesLimiterFactory : seriesLimiterFactory ,
617- bytesLimiterFactory : bytesLimiterFactory ,
618- partitioner : partitioner ,
619- enableCompatibilityLabel : enableCompatibilityLabel ,
620- postingOffsetsInMemSampling : postingOffsetsInMemSampling ,
621- enableSeriesResponseHints : enableSeriesResponseHints ,
622- enableChunkHashCalculation : enableChunkHashCalculation ,
623- seriesBatchSize : SeriesBatchSize ,
624- sortingStrategy : sortingStrategyStore ,
610+ chunkPool : pool.NoopPool [byte ]{},
611+ blocks : map [ulid.ULID ]* bucketBlock {},
612+ blockSets : map [uint64 ]* bucketBlockSet {},
613+ blockSyncConcurrency : blockSyncConcurrency ,
614+ queryGate : gate .NewNoop (),
615+ chunksLimiterFactory : chunksLimiterFactory ,
616+ seriesLimiterFactory : seriesLimiterFactory ,
617+ bytesLimiterFactory : bytesLimiterFactory ,
618+ partitioner : partitioner ,
619+ enableCompatibilityLabel : enableCompatibilityLabel ,
620+ postingOffsetsInMemSampling : postingOffsetsInMemSampling ,
621+ enableSeriesResponseHints : enableSeriesResponseHints ,
622+ enableChunkHashCalculation : enableChunkHashCalculation ,
623+ seriesBatchSize : SeriesBatchSize ,
624+ sortingStrategy : sortingStrategyStore ,
625625 lazyRetrievalMaxBufferedResponses : 1 ,
626- indexHeaderLazyDownloadStrategy : indexheader .AlwaysEagerDownloadIndexHeader ,
627- requestLoggerFunc : NoopRequestLoggerFunc ,
626+ indexHeaderLazyDownloadStrategy : indexheader .AlwaysEagerDownloadIndexHeader ,
627+ requestLoggerFunc : NoopRequestLoggerFunc ,
628628 }
629629
630630 for _ , option := range options {
0 commit comments