Skip to content

Commit 6fc69c8

Browse files
authored
Merge pull request #379 from grafana/fix-typo
tsdb: Fix typo in comment
2 parents fa868fd + 41dc53e commit 6fc69c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsdb/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ type Options struct {
197197
// If it's 0, the cache will only deduplicate in-flight requests, deleting the results once the first request has finished.
198198
HeadPostingsForMatchersCacheTTL time.Duration
199199
// HeadPostingsForMatchersCacheSize is the maximum size of cached postings for matchers elements in the Head.
200-
// It's ignored used when HeadPostingsForMatchersCacheTTL is 0.
200+
// It's ignored when HeadPostingsForMatchersCacheTTL is 0.
201201
HeadPostingsForMatchersCacheSize int
202202
// HeadPostingsForMatchersCacheForce forces the usage of postings for matchers cache for all calls on Head and OOOHead regardless of the `concurrent` param.
203203
HeadPostingsForMatchersCacheForce bool

0 commit comments

Comments
 (0)