Skip to content

Commit

Permalink
Merge pull request #19253 from influxdata/dn-revert-disable-series-id…
Browse files Browse the repository at this point in the history
…-set-cache-size-1.8

fix(tsdb): Revert disable series id set cache size by default
  • Loading branch information
dgnorton authored Aug 7, 2020
2 parents af02378 + 6903a1b commit a4b5cbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsdb/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ const (
DefaultMaxIndexLogFileSize = 1 * 1024 * 1024 // 1MB

// DefaultSeriesIDSetCacheSize is the default number of series ID sets to cache in the TSI index.
// It is disabled by default.
DefaultSeriesIDSetCacheSize = 0
DefaultSeriesIDSetCacheSize = 100

// DefaultSeriesFileMaxConcurrentSnapshotCompactions is the maximum number of concurrent series
// partition snapshot compactions that can run at one time.
Expand Down

0 comments on commit a4b5cbd

Please sign in to comment.