Skip to content

Commit 0f3cc83

Browse files
committed
channel buffer length adjustment
1 parent 348da8e commit 0f3cc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cve-analyser/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func main() {
193193

194194
// Checking the data
195195
jobs := make(chan []string)
196-
results := make(chan Output, 50)
196+
results := make(chan Output, 10000)
197197

198198
wg := sync.WaitGroup{}
199199

0 commit comments

Comments
 (0)