Skip to content

Commit ca51aac

Browse files
committed
comment update
1 parent 493a9e1 commit ca51aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func main() {
8989
wantCLR: *dumpCLR,
9090
}
9191

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

0 commit comments

Comments
 (0)