Skip to content

Commit

Permalink
Update admiral/pkg/clusters/handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: aattuluri <44482891+aattuluri@users.noreply.github.com>
Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
  • Loading branch information
shriramsharma and aattuluri committed Aug 31, 2022
1 parent 7e38f4c commit c0bddbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admiral/pkg/clusters/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
DefaultBaseEjectionTime int64 = 300
DefaultConsecutiveGatewayErrors uint32 = 50
DefaultInterval int64 = 60
DefaultHTTP2MaxRequest int32 = 1000
DefaultHTTP2MaxRequests int32 = 1000
DefaultMaxRequestsPerConnection int32 = 100
)

Expand Down

0 comments on commit c0bddbc

Please sign in to comment.