use 3500
This commit is contained in:
parent
32a9f36613
commit
50251e735a
@ -64,7 +64,7 @@ class InnerTubePokeVidious {
|
||||
"User-Agent": this.useragent,
|
||||
};
|
||||
|
||||
const fetchWithRetry = async (url, options = {}, maxRetryTime = 5000) => {
|
||||
const fetchWithRetry = async (url, options = {}, maxRetryTime = 3500) => {
|
||||
let lastError;
|
||||
|
||||
const isTrigger = (s) => (s === 500 || s === 502);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user