Skip to content

Commit 0fc9970

Browse files
committed
Update comment
1 parent ccb216d commit 0fc9970

File tree

1 file changed

+2
-2
lines changed
  • internal/component/common/loki/client

1 file changed

+2
-2
lines changed

internal/component/common/loki/client/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
4141
type 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

0 commit comments

Comments
 (0)