Skip to content

simpler RateLimitService, might help with the leaks

dakkar requested to merge feature/simpler-rate-limiter into develop

What does this PR do?

  • bump glob

    the latest version no longer uses inflight (deprecated, leaks); other dependencies still use an older glob, though…

  • bump happy-dom

    just because MisskeyIO uses this version

  • copy RateLimiterService from MisskeyIO

    This implementation allocates fewer Promises, might help with the memory leaks

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

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports