You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tsdb/db.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ type Options struct {
197
197
// If it's 0, the cache will only deduplicate in-flight requests, deleting the results once the first request has finished.
198
198
HeadPostingsForMatchersCacheTTL time.Duration
199
199
// 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.
201
201
HeadPostingsForMatchersCacheSizeint
202
202
// HeadPostingsForMatchersCacheForce forces the usage of postings for matchers cache for all calls on Head and OOOHead regardless of the `concurrent` param.
0 commit comments