Skip to content

Commit

Permalink
Merge pull request #1977 from jlhawn/default_update_parallelism
Browse files Browse the repository at this point in the history
[update] Use default parallelism of 1
  • Loading branch information
nishanttotla authored Feb 23, 2017
2 parents d29a857 + fc5f8cd commit 3f22562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/orchestrator/update/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (u *Updater) Run(ctx context.Context, slots []orchestrator.Slot) {
}

var (
parallelism int
parallelism = 1
delay time.Duration
failureAction = api.UpdateConfig_PAUSE
allowedFailureFraction = float32(0)
Expand Down

0 comments on commit 3f22562

Please sign in to comment.