From da9d9d51e002c9e7c2264befaacd3fa1f973515c Mon Sep 17 00:00:00 2001 From: Samuel Raghunath Date: Fri, 12 Dec 2025 10:52:35 -0500 Subject: [PATCH] Update WebSocket subscription limits --- fern/api-reference/websockets/subscription-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/api-reference/websockets/subscription-api.mdx b/fern/api-reference/websockets/subscription-api.mdx index 5effbf9ed..291a0ca54 100644 --- a/fern/api-reference/websockets/subscription-api.mdx +++ b/fern/api-reference/websockets/subscription-api.mdx @@ -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 ***