# האט את הקצב, יותר מדי בקשות מכתובת IP זו - תגובה למשתמש ה-API

**URL:** https://meta.discourse.org/t/slow-down-too-many-requests-from-this-ip-address-response-to-api-user/253462
**Category:** Development
**Tags:** rest-api
**Created:** [31 בינואר,‏ 2023,‏ 8:14am UTC](https://meta.discourse.org/t/slow-down-too-many-requests-from-this-ip-address-response-to-api-user/253462 "2023-01-31T08:14:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Chittaranjan\_Jena](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chittaranjan_jena/32/260683_2.png) [@Chittaranjan\_Jena](https://meta.discourse.org/u/Chittaranjan_Jena)
#### Post date: [31 בינואר,‏ 2023,‏ 8:14am UTC](https://meta.discourse.org/t/slow-down-too-many-requests-from-this-ip-address-response-to-api-user/253462/1 "2023-01-31T08:14:42Z")

</div>

Hi Friends  
We are using discourse through rest-api. We have build a wrapper API where we need the latest posts and the reply. So first we are invoking the latest topic API and for each topic in the output we are executing posts for that topic iteratively. We are then hitting this error

```plaintext
Slow down, too many requests from this IP address.
Please retry again in 5 seconds.
Error code: ip_10_secs_limit.

```

As per some posts about this issue it was suggested to change the DISCOURSE\_IP\_10\_SECS\_LIMIT in app.yml file which we did and restarted the instance but still we face the same issue

Can someone help please?

Regards  
Chittaranjan

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [31 בינואר,‏ 2023,‏ 8:43am UTC](https://meta.discourse.org/t/slow-down-too-many-requests-from-this-ip-address-response-to-api-user/253462/2 "2023-01-31T08:43:42Z")

</div>

You might need to rebuild to make that happen. At the least you’ll need to destroy and start a new container.

---

<div class="post-metadata">

### Author: ![Chittaranjan\_Jena](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chittaranjan_jena/32/260683_2.png) [@Chittaranjan\_Jena](https://meta.discourse.org/u/Chittaranjan_Jena)
#### Post date: [31 בינואר,‏ 2023,‏ 11:17am UTC](https://meta.discourse.org/t/slow-down-too-many-requests-from-this-ip-address-response-to-api-user/253462/3 "2023-01-31T11:17:45Z")

</div>

Hi Jay  
Thanks for your response. Yes we did **./launcher rebuild app** after changing the settings in **app.yml**. Still its not working. Please find the setting mentioned in the file

```plaintext

  DISCOURSE_MAX_USER_API_REQS_PER_MINUTE: 10000
  DISCOURSE_MAX_USER_API_REQS_PER_DAY: 10000
  DISCOURSE_MAX_ADMIN_API_REQS_PER_KEY_PER_MINUTE: 10000
  DISCOURSE_IP_10_SECS_LIMIT: 1000

```

Regards  
Chitta
