We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493a9e1 commit ca51aacCopy full SHA for ca51aac
cmd/main.go
@@ -89,7 +89,7 @@ func main() {
89
wantCLR: *dumpCLR,
90
}
91
92
- // Start as many workers you want, now 10 workers
+ // Start as many workers you want, default to cpu count -1.
93
numWorkers := runtime.GOMAXPROCS(runtime.NumCPU() - 1)
94
for w := 1; w <= numWorkers; w++ {
95
go loopFilesWorker(cfg)
0 commit comments