Skip to content

Commit 1cdac83

Browse files
committed
CRE-1323
1 parent 64eac69 commit 1cdac83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitoring/feed_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (f *feedMonitor) Run(ctx context.Context) {
3636
var subs utils.Subprocesses
3737

3838
// Listen for updates
39-
updatesFanIn := make(chan interface{})
39+
updatesFanIn := make(chan interface{}, 1)
4040
for _, poller := range f.pollers {
4141
poller := poller
4242
subs.Go(func() {

0 commit comments

Comments
 (0)