Skip to content

fix: cap active rate limit buckets - #5

Merged
kzekiue merged 1 commit into
mainfrom
fix/cap-rate-limit-buckets
Jul 14, 2026
Merged

fix: cap active rate limit buckets#5
kzekiue merged 1 commit into
mainfrom
fix/cap-rate-limit-buckets

Conversation

@kzekiue

@kzekiue kzekiue commented Jul 14, 2026

Copy link
Copy Markdown
Owner

What & why

Prevents the in-memory ingest rate limiter from exceeding its 10,000 active-IP
bucket cap. When full, new IPs receive the existing 429 response until idle
buckets expire, preventing unbounded memory growth.

Checklist

  • In scope (session replay only, see CONTRIBUTING.md)
  • npm run check passes — database tests are blocked locally because
    native npm lifecycle scripts are disabled
  • Privacy defaults unchanged
  • No new outbound network calls
  • PR title is Conventional Commits and branch is <type>/<short-desc>

@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
tinyreplay-docs Skipped Skipped Jul 14, 2026 6:50am

@kzekiue
kzekiue merged commit 74eb52a into main Jul 14, 2026
5 checks passed
@kzekiue
kzekiue deleted the fix/cap-rate-limit-buckets branch July 14, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant