[DX-884] Addresses docs gap around rate limits#3235
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| | **Number of channels per connection**<p>*the maximum number of channels that each connection can be attached to*</p> | 200 | 200 | 200 | 200 | | ||
| | **Connection state TTL**<p>*the maximum duration that Ably will preserve the state of a dropped connection for*</p> | 2 mins | 2 mins | 2 mins | 2 mins | | ||
|
|
||
| ## Per-connection rate limiting with JWT <a id="per-connection-rate-limiting"/> |
There was a problem hiding this comment.
This feels odd to put here - limits are about how much your package allows you to do on Ably. Per-connection rate limiting is an authentication/user control concept, should we be conflating the two?
|
Closing this PR — #3085 already covers per-connection rate limits on the JWT auth page, so this additional section on the limits page is not needed. |
Description
Addresses docs gap around rate limits
Cannot be merged until the auth PR is merged as this links out to a page introduced in that PR
Checklist