Skip to content

Commit b555a60

Browse files
authored
Feature/fix instance set bug (#1122)
* fix instance set bug * recover goreleaser
1 parent eeb98f6 commit b555a60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tencentcloud/service_tencentcloud_cvm.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ func (me *CvmService) DescribeInstanceSetByIds(ctx context.Context, instanceSetI
3434
request.InstanceIds = append(request.InstanceIds, instanceId)
3535
}
3636

37+
request.Limit = helper.IntInt64(100)
38+
3739
ratelimit.Check(request.GetAction())
3840
response, err := me.client.UseCvmClient().DescribeInstances(request)
3941
if err != nil {

0 commit comments

Comments
 (0)