A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

[api] update rate limit config

+1 -1
+1 -1
rockskyapi/rocksky-auth/src/index.ts
··· 38 38 app.use( 39 39 "*", 40 40 rateLimiter({ 41 - limit: 500, 41 + limit: 1000, 42 42 window: 30, // 👈 30 seconds 43 43 }) 44 44 );