LOADING…
0%
Complete changelog

Commit

Return 429 for sharing/upload-link rate limits instead of 500

Commit details

Commit notes

The sliding-window helpers in share-links and upload-links threw plain Error on breach, which the global handler maps to 500 with the message suppressed in production. They now throw RateLimitError with the limiter's resetIn, so clients get 429 + Retry-After like every other rate-limited path.

[private session redacted]

Files changed
2
Lines added
+4
Lines removed
−2
This page is a permanent record of commit 2ef9ef23.