update rate limiting documentation to reflect current configuration

This commit is contained in:
Russell Ballestrini 2025-10-15 11:24:57 -04:00
parent a2175d3f7d
commit 66a82f6b0b

View file

@ -149,7 +149,7 @@ speech.ai.unturf.com {
</code></pre>
<h3 id="rate-limiting">Rate Limiting</h3>
<p>We will likely implement a rate limit based on client IP address: 3 requests per second per IP per endpoint.</p>
<p>Rate limiting is configured based on client IP address: 3 requests per second per IP per endpoint.</p>
<script>hljs.highlightAll();</script>