make it 5000

This commit is contained in:
ashley 2025-09-28 20:53:29 +02:00
parent 7f92f21193
commit 59c1b432e3

View File

@ -64,7 +64,7 @@ class InnerTubePokeVidious {
"User-Agent": this.useragent,
};
const fetchWithRetry = async (url, options = {}, maxRetryTime = 8000) => {
const fetchWithRetry = async (url, options = {}, maxRetryTime = 5000) => {
let lastError;
const isTrigger = (s) => (s === 500 || s === 502);