mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Merge pull request #2602 from intelliot/fix-typo
fix: typo in rate-limiting.md
This commit is contained in:
@@ -14,7 +14,7 @@ The `rippled` server limits the rate at which API clients can make requests on p
|
|||||||
|
|
||||||
When a client is approaching the rate limit, the server adds the field `"warning": "load"` at the top level of an [API response](response-formatting.md). This warning is not added to every response, but the server may send several such warnings before it disconnects a client.
|
When a client is approaching the rate limit, the server adds the field `"warning": "load"` at the top level of an [API response](response-formatting.md). This warning is not added to every response, but the server may send several such warnings before it disconnects a client.
|
||||||
|
|
||||||
If a client goes past the rate limit, the server disconnects that client and does not serve further requests from the client's API address for a while. The WebSocket and JSON-RPC APIs use different disconnect messages.
|
If a client exceeds the rate limit, the server disconnects that client and does not serve further requests from the client's IP address for a while. The WebSocket and JSON-RPC APIs use different disconnect messages.
|
||||||
|
|
||||||
## WebSocket API Disconnect Message
|
## WebSocket API Disconnect Message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user