Skip to content

Commit e63383b

Browse files
committed
delete comment
1 parent 62c6f56 commit e63383b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/logs_monitoring_go/internal/forwarding/forwarding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (f *Forwarder) Start(ctx context.Context, in <-chan model.LogEntry, storage
7575
eg, ctx := errgroup.WithContext(ctx)
7676
eg.SetLimit(1 + httpclient.MaxConcurrency)
7777

78-
batches := make(chan json.RawMessage) // we should use a buffered channel here since we use a worker pool
78+
batches := make(chan json.RawMessage)
7979
eg.Go(func() error {
8080
defer close(batches)
8181
cfg := batching.NewConfig(maxLogSize, maxBatchSize, maxLogsPerBatch)

0 commit comments

Comments
 (0)