Skip to content

Commit e107f99

Browse files
committed
rm coment
1 parent 0718148 commit e107f99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provider/internal/queue/queue.go

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ func NewQueue(ds datastore.Datastore) *Queue {
5151
q := &Queue{
5252
ds: namespace.Wrap(ds, datastore.NewKey("/queue")),
5353
dequeue: make(chan cid.Cid),
54-
//enqueue: make(chan cid.Cid, 1024),
5554
enqueue: chanqueue.New(chanqueue.WithCapacity[cid.Cid](inputBufferSize)),
5655
close: cancel,
5756
closed: make(chan struct{}),

0 commit comments

Comments
 (0)