Skip to content

Commit

Permalink
Fixes intelsdi-x#1113: removes fixed max-failure value from task crea…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Tom McSweeney committed Aug 1, 2016
1 parent 8f40854 commit 027cbd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func CreateTaskFromContent(body io.ReadCloser,
if tr.Name != "" {
opts = append(opts, SetTaskName(tr.Name))
}
opts = append(opts, OptionStopOnFailure(10))

if mode == nil {
mode = &tr.Start
Expand Down

0 comments on commit 027cbd1

Please sign in to comment.