Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfan committed Jun 20, 2022
1 parent 1e5c76b commit 8602162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ func main() {
credential := common.NewCredential("secretId", "secretKey")
prof := profile.NewClientProfile()
prof.RateLimitExceededMaxRetries = 3 // 定义最大重试次数
prof.RateLimitExceededRetryDuration = profile.ExponentialBackoff // 定义重试建个时间
prof.RateLimitExceededRetryDuration = profile.ExponentialBackoff // 定义重试间隔时间
client, _ := cvm.NewClient(credential, regions.Guangzhou, prof)
// ...
Expand Down

0 comments on commit 8602162

Please sign in to comment.