mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Going hardcore, up to 10 guest token retries
This commit is contained in:
parent
d404ccf082
commit
e7308ed55d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export const fetchUsingGuest = async (status: string): Promise<TimelineBlobParti
|
||||||
|
|
||||||
This can effectively mean virtually unlimited (read) access to Twitter's API,
|
This can effectively mean virtually unlimited (read) access to Twitter's API,
|
||||||
which is very funny. */
|
which is very funny. */
|
||||||
while (apiAttempts < 8) {
|
while (apiAttempts < 10) {
|
||||||
apiAttempts++;
|
apiAttempts++;
|
||||||
|
|
||||||
const activate = await fetch(
|
const activate = await fetch(
|
||||||
|
|
Loading…
Add table
Reference in a new issue