Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Reduce GlotPress limit further to ensure all languages (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Feb 15, 2023
1 parent 6f4b48f commit 983016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/scripts/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ module.exports = rateLimit(
headers: { "User-Agent": userAgent },
}),
{
maxRPS: 99, // limit GlotPress calls to 99 requests per second
maxRPS: 50, // limit GlotPress calls to 50 requests per second
}
)

0 comments on commit 983016b

Please sign in to comment.