Skip to content

Realtime "Concurrent Peak Connections" quota

“并发峰值连接”配额是指同时连接 Supabase Realtime 的最大连接数。

🌐 The "Concurrent Peak Connections" quota refers to the maximum number of simultaneous connections to Supabase Realtime.

例如,如果你有一个使用 Supabase Realtime 的聊天应用,并且有 100 个用户都连接并订阅了聊天通道,那么你就会有 100 个并发峰值连接。每个客户端可以连接到多个 Realtime 通道(见:https://supabase.com/docs/guides/realtime/concepts#channels)。

🌐 For example, if you have a chat application that uses Supabase Realtime and you have 100 users who are all connected and subscribed to the chat channel, then you would have 100 concurrent peak connections. Each client can connect to multiple Realtime channels (see: https://supabase.com/docs/guides/realtime/concepts#channels).

这个配额适用于所有 Supabase 项目,包括自托管项目,但你可以根据使用情况增加它。对于托管的 Supabase 项目,选择适合你 Realtime 使用情况的计划,如果需要自定义配额,可以联系支持。对于自托管 Supabase 的用户,你可以通过在租户记录上设置 max_concurrent_users 字段来自行设定这些限制(详见:https://supabase.com/docs/guides/self-hosting/realtime/config)。

🌐 This quota applies to all Supabase projects, including self-hosted projects, but you can increase it depending on your use case. For hosted Supabase projects, select the plan that fits your Realtime usage and reach out if you need custom quotas. For those self-hosting Supabase, you can set those limits yourself by setting the max_concurrent_users field on the tenant record (see: https://supabase.com/docs/guides/self-hosting/realtime/config).

你可以在这里了解更多关于实时限制的信息:https://supabase.com/docs/guides/realtime/limits#limits-by-plan

🌐 You can learn more about Realtime limits here: https://supabase.com/docs/guides/realtime/limits#limits-by-plan