Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Aug 6, 2023
1 parent 4494044 commit 9dd1324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_tree_verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (dv *defaultVerifierPipeline) verify(ctx context.Context, roots <-chan *Nod
}()

wg := &sync.WaitGroup{}
for i := 0; i < workerSpreadNum; i++ {
for i := 0; i < workerVerifyNum; i++ {
wg.Add(1)
go dv.worker(ctx, wg, roots, errc)
}
Expand Down

0 comments on commit 9dd1324

Please sign in to comment.