likyh commented on code in PR #3861:
URL:
https://github.com/apache/incubator-devlake/pull/3861#discussion_r1040632187
##########
plugins/jenkins/tasks/stage_collector.go:
##########
@@ -77,7 +81,6 @@ func CollectApiStages(taskCtx core.SubTaskContext)
errors.Error {
Table: RAW_STAGE_TABLE,
},
ApiClient: data.ApiClient,
- PageSize: 100,
Review Comment:
Adding `pageSize` will cause the collector to enter the logic of parallel
fetching multiple pages. When there is input, the concurrency is 2, so the
request volume is doubled. It is estimated that collectors of other plug-ins
also have this issue.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]