Skip to content

Commit

Permalink
fix(alibaba): change terway max-pool-size default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-sy-bot committed Sep 2, 2020
1 parent b11c33a commit 64c899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/alibaba/alibaba.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
ui = "none"
repo = "https://apphub.aliyuncs.com"
terway = "none"
terwayMaxPoolSize = "100"
terwayMaxPoolSize = "5"
)

type Alibaba struct {
Expand Down

0 comments on commit 64c899e

Please # to comment.