Minimum remainingRateLimit of 10

This commit is contained in:
dangered wolf 2022-09-16 20:24:49 -04:00
parent 2ce765c36f
commit cd00dc853a
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -136,7 +136,7 @@ export const twitterFetch = async (
);
console.log(`Remaining rate limit: ${remainingRateLimit} requests`);
/* Running out of requests within our rate limit, let's purge the cache */
if (remainingRateLimit < 20) {
if (remainingRateLimit < 10) {
console.log(`Purging token on this edge due to low rate limit remaining`);
event &&
event.waitUntil(