mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Merge pull request #379 from grafana/fix-typo
tsdb: Fix typo in comment
This commit is contained in:
commit
6fc69c8251
|
@ -197,7 +197,7 @@ type Options struct {
|
||||||
// If it's 0, the cache will only deduplicate in-flight requests, deleting the results once the first request has finished.
|
// If it's 0, the cache will only deduplicate in-flight requests, deleting the results once the first request has finished.
|
||||||
HeadPostingsForMatchersCacheTTL time.Duration
|
HeadPostingsForMatchersCacheTTL time.Duration
|
||||||
// HeadPostingsForMatchersCacheSize is the maximum size of cached postings for matchers elements in the Head.
|
// HeadPostingsForMatchersCacheSize is the maximum size of cached postings for matchers elements in the Head.
|
||||||
// It's ignored used when HeadPostingsForMatchersCacheTTL is 0.
|
// It's ignored when HeadPostingsForMatchersCacheTTL is 0.
|
||||||
HeadPostingsForMatchersCacheSize int
|
HeadPostingsForMatchersCacheSize int
|
||||||
// HeadPostingsForMatchersCacheForce forces the usage of postings for matchers cache for all calls on Head and OOOHead regardless of the `concurrent` param.
|
// HeadPostingsForMatchersCacheForce forces the usage of postings for matchers cache for all calls on Head and OOOHead regardless of the `concurrent` param.
|
||||||
HeadPostingsForMatchersCacheForce bool
|
HeadPostingsForMatchersCacheForce bool
|
||||||
|
|
Loading…
Reference in a new issue