This commit is contained in:
ashley 2025-09-29 13:04:04 +02:00
parent 32a9f36613
commit 50251e735a

View File

@ -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);