Skip to content

make the cap of `activeRateLimitRequests` match the rate limit

dakkar requested to merge feature/more-ws-limits-tweak into develop

What does this PR do?

As the comment says.

It's trivial to have more than 128 requests in flight: open a busy timeline, scroll a bit down, wait for many notes to arrive, scroll to the top. The frontend will send "subscribe to note" messages for each new note that it accumulated, all at once. We don't want to shut down the connection in those common cases!

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines

Merge request reports