fix: lower maxRPS from 25 to 1 to prevent hitting rate limits
This commit is contained in:
@@ -20,7 +20,7 @@ class MusicBrainz extends ExternalAPI {
|
||||
},
|
||||
nodeCache: cacheManager.getCache('musicbrainz').data,
|
||||
rateLimit: {
|
||||
maxRPS: 25,
|
||||
maxRPS: 1,
|
||||
id: 'musicbrainz',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user