Going hardcore, up to 10 guest token retries

This commit is contained in:
dangered wolf 2022-07-15 16:27:50 -04:00
parent d404ccf082
commit e7308ed55d
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -15,7 +15,7 @@ export const fetchUsingGuest = async (status: string): Promise<TimelineBlobParti
This can effectively mean virtually unlimited (read) access to Twitter's API,
which is very funny. */
while (apiAttempts < 8) {
while (apiAttempts < 10) {
apiAttempts++;
const activate = await fetch(