Skip to content

Commit

Permalink
fix: peer connection api limit
Browse files Browse the repository at this point in the history
  • Loading branch information
askyrie authored and SongZhen0704 committed Sep 23, 2024
1 parent 928dea8 commit 93c7062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/controller/cloud/tencent/tencent.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (t *Tencent) getResponse(service, version, action, region, resultKey string

startTime := time.Now()
// tencent api 3.0 limit max 100
offset, limit := 0, 100
offset, limit := 0, 50
// simple config
cpf := profile.NewClientProfile()
// sdk debug
Expand Down

0 comments on commit 93c7062

Please sign in to comment.