Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/api-reference/websockets/subscription-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Next, install a command line tool for making WebSocket requests such as [wscat](
The following limits apply for WebSocket connections:

* There is a limit of **100 WebSocket connections** for the FREE tier and **2,000 WebSocket connections** for all other tiers, with a maximum of 50,000 connections per instance.
* **No limits** on the number of **parallel** WebSocket subscriptions per WebSocket connection.
* There is a limit of **1,000 unique subscriptions** per WebSocket connection.
* The maximum size of a JSON-RPC `batch` request that can be sent over a WebSocket connection is 1000

***
Expand Down
Loading