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
feat: Reduce the limit for messages in Stream from 50k to 10k. (#2185)
Since streams can be oversized by design, there is no check for this
limit that would trigger a staged rollout. It's just that building
streams will respect the new limit henceforth (except the usual
oversizing due to reject responses). Meaning streams with more messages
will just chew through them and not include new messages until they are
below the new limit.
Note that 50k was way higher than anything realistically attainable
considering bottlenecks are elsewhere. Even 10k is still generous.
0 commit comments