fix: lower maxRPS from 25 to 1 to prevent hitting rate limits

This commit is contained in:
Pierre
2025-03-14 19:00:00 +01:00
committed by HiItsStolas
parent 9a97811e88
commit 38532bd28a

View File

@@ -20,7 +20,7 @@ class MusicBrainz extends ExternalAPI {
},
nodeCache: cacheManager.getCache('musicbrainz').data,
rateLimit: {
maxRPS: 25,
maxRPS: 1,
id: 'musicbrainz',
},
}