File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal/component/common/loki/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ type Config struct {
3333 // prevent HOL blocking in multitenant deployments.
3434 DropRateLimitedBatches bool
3535
36- // QueueConfig controls how shards and queues are configured for endpoints .
36+ // QueueConfig controls how shards and queues are configured for endpoint .
3737 QueueConfig QueueConfig
3838}
3939
40- // QueueConfig controls how shards and queue are configured for client .
40+ // QueueConfig controls how shards and queues are configured for endpoints .
4141type QueueConfig struct {
4242 // Capacity is the worst case size in bytes desired for the send queue. This value is used to calculate the size of
4343 // the buffered channel used underneath. The worst case scenario assumed is that every batch buffered in full, hence
You can’t perform that action at this time.
0 commit comments