Skip to content

Commit 32d4154

Browse files
author
hellertang
authored
fix binding bug (#671)
1 parent 0f3f509 commit 32d4154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/service_tencentcloud_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func (me *MonitorService) DescribeBindingPolicyObjectList(ctx context.Context, g
161161
requestList = monitor.NewDescribeBindingPolicyObjectListRequest()
162162
responseList *monitor.DescribeBindingPolicyObjectListResponse
163163
offset int64 = 0
164-
limit int64 = 20
164+
limit int64 = 100
165165
finish bool
166166
err error
167167
)

0 commit comments

Comments
 (0)