klesh commented on code in PR #8791:
URL:
https://github.com/apache/incubator-devlake/pull/8791#discussion_r2975345458
##########
backend/helpers/pluginhelper/api/graphql_async_client.go:
##########
@@ -47,6 +47,8 @@ type GraphqlAsyncClient struct {
getRateCost func(q interface{}) int
}
+const defaultRateLimit = 5000
Review Comment:
Where does this constant come from? Could you add a source link for
reference, or should we make it configurable if it varies?
--
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]