Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Jan 30, 2024
1 parent 7ed8cbe commit 8fe8aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func main() {
glog.Info("Running " + fmt.Sprint(len(jobArr)) + " jobs, " + fmt.Sprint(inp.General.MaxConcurrent) + " concurrent")
glog.Info("############################################")

// maxConcurrent := 5
semaphore := make(chan struct{}, inp.General.MaxConcurrent)
finishedStatues := []string{status.DONE, status.FAILED, status.INCOMPLETE}

Expand Down

0 comments on commit 8fe8aab

Please sign in to comment.