Skip to content
Snippets Groups Projects
  1. Sep 03, 2024
  2. Sep 01, 2024
  3. Aug 24, 2024
  4. Aug 22, 2024
  5. Aug 19, 2024
  6. 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
    • dakkar's avatar
      relax websocket rate limits · caa0fecd
      dakkar authored
      * the frontend opens 2 websockets at startup (I'm not completely clear
        why), and that `minInterval:1sec` was breaking the second connection
      * as the comment says, "catching up" generates many noteSubscribe
        messages
      caa0fecd
  7. Aug 17, 2024
  8. Aug 16, 2024
  9. Aug 15, 2024
  10. Aug 06, 2024
  11. Aug 05, 2024
  12. Aug 04, 2024
  13. Aug 03, 2024
Loading