Skip to content

Commit

Permalink
Update blox.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Mar 21, 2024
1 parent 7baf449 commit 9ff6fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blox/blox.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (p *Blox) ListModifiedStoredLinks(ctx context.Context, lastChecked time.Tim
// Create a channel to receive pin info
out := make(chan api.GlobalPinInfo, 1024) // Adjust buffer size as needed
go func() {
defer p.once.Do(func() { close(out) })
//defer p.once.Do(func() { close(out) })
p.ipfsClusterApi.StatusAll(ctx, api.TrackerStatusPinned, true, out)
}()

Expand Down

0 comments on commit 9ff6fb9

Please sign in to comment.