You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "gzwine (via GitHub)" <gi...@apache.org> on 2023/03/03 07:45:38 UTC

[GitHub] [incubator-devlake] gzwine commented on a diff in pull request #4557: fix: tapd lack of pagesize conf

gzwine commented on code in PR #4557:
URL: https://github.com/apache/incubator-devlake/pull/4557#discussion_r1124117736


##########
backend/plugins/tapd/tasks/task_data.go:
##########
@@ -28,6 +28,7 @@ type TapdOptions struct {
 	ConnectionId        uint64 `mapstruct:"connectionId"`
 	WorkspaceId         uint64 `mapstruct:"workspaceId"`
 	CompanyId           uint64 `mapstruct:"companyId"`
+	pageSize            uint64 `mapstruct:"pageSize"`

Review Comment:
   updated



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org