Skip to content

Commit

Permalink
try larger instance rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Feb 3, 2016
1 parent 42702d9 commit dc2f751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/dist/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@
},
"UpdatePolicy": {
"AutoScalingRollingUpdate": {
"MaxBatchSize": 1,
"MinInstancesInService": 1,
"MaxBatchSize": { "Ref": "InstanceCount" },
"MinInstancesInService": { "Ref": "InstanceCount" },
"PauseTime" : "PT15M",
"WaitOnResourceSignals": "true"
}
Expand Down

0 comments on commit dc2f751

Please sign in to comment.