MCPcopy
hub / github.com/grafana/tempo / defaultConfig

Function defaultConfig

tempodb/pool/config.go:9–14  ·  view source on GitHub ↗

default is concurrency disabled

()

Source from the content-addressed store, hash-verified

7
8// default is concurrency disabled
9func defaultConfig() *Config {
10 return &Config{
11 MaxWorkers: 30,
12 QueueDepth: 10000,
13 }
14}

Callers 1

NewPoolFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected