You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might have to do with the default eventsPerSecond param of 10. If you don't instantiate the Supabase client with that at something higher it might feel a bit laggy. I'd go with 40, as the closest you'll be to a hosted region is a ~20ms ping. Example is on the Quickstart: https://supabase.com/docs/guides/realtime/quickstart#cursor-positions
Also, for hosted Supabase, there is a server side messages per second limit. Currently, projects start out at 100 per second across the whole project. There is a limit of the monthly messages on the free plan but we're not enforcing that yet. A little more info: https://supabase.com/docs/guides/realtime/rate-limits
Wanted to make sure you, and others, were aware just in case!
The text was updated successfully, but these errors were encountered:
Might have to do with the default
eventsPerSecond
param of10
. If you don't instantiate the Supabase client with that at something higher it might feel a bit laggy. I'd go with 40, as the closest you'll be to a hosted region is a ~20ms ping. Example is on the Quickstart: https://supabase.com/docs/guides/realtime/quickstart#cursor-positionsAlso, for hosted Supabase, there is a server side messages per second limit. Currently, projects start out at 100 per second across the whole project. There is a limit of the monthly messages on the free plan but we're not enforcing that yet. A little more info: https://supabase.com/docs/guides/realtime/rate-limits
Wanted to make sure you, and others, were aware just in case!
The text was updated successfully, but these errors were encountered: