Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information