Commit b01463f
Disable rate limiting on relay endpoint
Relay calls from the SDK don't include api_key or app_name, causing
them to fall back to IP-based rate limiting at 5 RPS. This breaks
batch track uploads (e.g. 22 tracks via Promise.all) which exceed
that limit. Skip rate limiting on /relay until the SDK properly
identifies itself.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 70dbc44 commit b01463f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
0 commit comments