Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNoteworthy committed Feb 10, 2024
1 parent 493a9e1 commit ca51aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func main() {
wantCLR: *dumpCLR,
}

// Start as many workers you want, now 10 workers
// Start as many workers you want, default to cpu count -1.
numWorkers := runtime.GOMAXPROCS(runtime.NumCPU() - 1)
for w := 1; w <= numWorkers; w++ {
go loopFilesWorker(cfg)
Expand Down

0 comments on commit ca51aac

Please sign in to comment.