diff --git a/src/fetch.ts b/src/fetch.ts index 8ccddb4..7ec50ce 100644 --- a/src/fetch.ts +++ b/src/fetch.ts @@ -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(