Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 19, 2024
1 parent 3b41b49 commit 81bbb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func NewQueue(ctx context.Context, maxAge time.Duration, maxSize uint, f FlushFu
buffer.WithFlusher(buffer.FlusherFunc(toWork)),
)

// This will allow
// Spin off a worker thread to write the queue flushes to storage.
go func(ctx context.Context) {
for {
select {
Expand Down

0 comments on commit 81bbb97

Please sign in to comment.