goimports fix.
This commit is contained in:
parent
64273844e7
commit
420b899dd5
3 changed files with 25 additions and 25 deletions
|
@ -58,7 +58,7 @@ func NewDefaultUpdateJob(config *aurora.TaskConfig) *UpdateJob {
|
|||
}
|
||||
|
||||
// Mirrors defaults set by Pystachio
|
||||
req.Settings.UpdateOnlyTheseInstances = make([]*aurora.Range,0)
|
||||
req.Settings.UpdateOnlyTheseInstances = make([]*aurora.Range, 0)
|
||||
req.Settings.UpdateGroupSize = 1
|
||||
req.Settings.WaitForBatchCompletion = false
|
||||
req.Settings.MinWaitInInstanceRunningMs = 45000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue