Skip to content

Commit

Permalink
cherrypick: fix: Changing the MaxInstanceTypes back to original value…
Browse files Browse the repository at this point in the history
… of 60 in order to reduce the request size to be sent to launch APIs.order t (#1074)
  • Loading branch information
nikmohan123 authored Mar 6, 2024
1 parent 0abb179 commit c1abd48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

// MaxInstanceTypes is a constant that restricts the number of instance types to be sent for launch. Note that this
// is intentionally changed to var just to help in testing the code.
var MaxInstanceTypes = 100
var MaxInstanceTypes = 60

// NodeClaimTemplate encapsulates the fields required to create a node and mirrors
// the fields in NodePool. These structs are maintained separately in order
Expand Down

0 comments on commit c1abd48

Please sign in to comment.