Skip to content
Snippets Groups Projects

make the cap of `activeRateLimitRequests` match the rate limit

Merged dakkar requested to merge feature/more-ws-limits-tweak into develop
  1. Aug 18, 2024
    • dakkar's avatar
      make the cap of `activeRateLimitRequests` match the rate limit · 77144b05
      dakkar authored
      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!
      77144b05
Loading