Hello,
is it possible to override the rate limits on some apis such as document creation? The doc says This endpoint is limited to 120 requests in every 1 minutes per IP address, I wonder if it's possible to change this number? Thanks
Summary
The user wants to know if it's possible to override the rate limits for the createDocument API. The current limit is set to 120 requests per minute per IP address. The user provides links to GitHub issues related to this topic. One suggestion is to disable the `_APP_OPTIONS_ABUSE` option in the `.env` file. The final response confirms that it's possible to change the rate limit by disabling the mentioned option.