Skip to content

Commit 3c165d1

Browse files
Update WebSocket subscription limits (#890)
1 parent b1136a6 commit 3c165d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/api-reference/websockets/subscription-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Next, install a command line tool for making WebSocket requests such as [wscat](
8686
The following limits apply for WebSocket connections:
8787

8888
* 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.
89-
* **No limits** on the number of **parallel** WebSocket subscriptions per WebSocket connection.
89+
* There is a limit of **1,000 unique subscriptions** per WebSocket connection.
9090
* The maximum size of a JSON-RPC `batch` request that can be sent over a WebSocket connection is 1000
9191

9292
***

0 commit comments

Comments
 (0)