Skip to content

Commit

Permalink
Per instance rps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sardo committed Apr 6, 2017
1 parent 0314855 commit 407fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/gce/backends/backends.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func newBackendService(igs []*compute.InstanceGroup, bm BalancingMode, namedPort
for _, b := range backends {
switch bm {
case Rate:
b.MaxRate = maxRPS
b.MaxRatePerInstance = maxRPS
default:
// TODO: Set utilization and connection limits when we accept them
// as valid fields.
Expand Down

0 comments on commit 407fe63

Please sign in to comment.