Skip to content

Commit

Permalink
feat(engine): engine config new [opts...] (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault committed Aug 20, 2018
1 parent c7f0753 commit 96d1524
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 105 deletions.
2 changes: 0 additions & 2 deletions cli/cdsctl/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ func (ui *Termui) updateQueue(baseURL string) string {
ui.msg = fmt.Sprintf("[%s](bg-red)", errpb.Error())
return ""
}
elapsed = time.Since(start)
msg += fmt.Sprintf(" | [queue pb %s](fg-cyan,bg-default)", sdk.Round(elapsed, time.Millisecond).String())

var maxQueued time.Duration

Expand Down
Loading

0 comments on commit 96d1524

Please sign in to comment.