this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

incorrect fix for problem

+2 -2
+2 -2
events/schedulers/parallel/parallel.go
··· 42 42 43 43 do: do, 44 44 45 - feeder: make(chan *consumerTask), 45 + feeder: make(chan *consumerTask, maxC), 46 46 active: make(map[string][]*consumerTask), 47 - out: make(chan struct{}), 47 + out: make(chan struct{}, maxC), 48 48 49 49 ident: ident, 50 50