Api call returns nothing when too many requests

I want to get a list of topic with api calls and show their average rating in my android app but I cant get more than about 36 topic at once and the api return empty if I go more than that. I tried to increase max user api reqs per minute/day but it didn’t help.

Is there any other rate limits that I need to increase?

I have found the following file. Is it related to my problem? and if it is, How should I increase the limit here?

Add the following section into your app.yml

params:
  reqs_per_second: 12
  burst_per_second: 12
  reqs_per_minute: 200
  burst_per_minute: 100

Edit to taste.

4 个赞

@hnaseri Did that fix your issues?

@sam 这是否仍然是有效的解决方案?
我通过 API 调用创建用户并将其添加到组中,但现在收到响应:“请放慢速度,来自此 IP 地址的请求过多”。或者,是否有设置可以调整该特定 IP 地址或 API 用户允许的请求数量?我认为后者是最安全的。

谢谢。

1 个赞

请参阅:

以获取我们当前速率限制的完整文档。

2 个赞