warren830 commented on code in PR #3711:
URL:
https://github.com/apache/incubator-devlake/pull/3711#discussion_r1018708537
##########
plugins/tapd/tasks/iteration_collector.go:
##########
@@ -65,6 +65,7 @@ func CollectIterations(taskCtx core.SubTaskContext)
errors.Error {
Incremental: incremental,
ApiClient: data.ApiClient,
PageSize: 100,
+ Concurrency: 3,
Review Comment:
Because we dont have too many iterations, so 3 is good enough, otherwise, we
will send too many requests that will get nothing
--
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]