We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ae205 commit 59d5171Copy full SHA for 59d5171
integration/query_fuzz_test.go
@@ -378,8 +378,9 @@ func TestExpandedPostingsCacheFuzz(t *testing.T) {
378
"-blocks-storage.expanded_postings_cache.head.enabled": "true",
379
"-blocks-storage.expanded_postings_cache.block.enabled": "true",
380
// Ingester.
381
- "-ring.store": "consul",
382
- "-consul.hostname": consul2.NetworkHTTPEndpoint(),
+ "-ring.store": "consul",
+ "-consul.hostname": consul2.NetworkHTTPEndpoint(),
383
+ "-ingester.matchers-cache-max-items": "10000",
384
// Distributor.
385
"-distributor.replication-factor": "1",
386
// Store-gateway.
0 commit comments