429 too many request?

I am trying to perform load test on a plugin developed for PeerTube. While testing 100 concurrent user at once, the PeerTube server displays error: 429 too many request. After reading documentation, on openapi.yml. I saw there are some limitations as shown in the image below:

Is there any way that i can configure the settings to accept the incoming number of traffic on PeerTube server? or any other information regarding this error would be helpful!
Thank you

Check the Peertube’s configuration file, there is a rates_limit section.

Thank you :slight_smile: