fix stuff + add stuff

This commit is contained in:
ashley 2025-09-29 08:12:36 +02:00
parent a1d19a8616
commit 502af25aa7

View File

@ -51,7 +51,7 @@ class PokeTubeDislikesAPIManager {
const { fetch } = await import("undici");
const controller = new AbortController();
const timeout = setTimeout(() => controller.abort(), 2000);
const timeout = setTimeout(() => controller.abort(), 800);
try {
const res = await fetch(apiUrl, { signal: controller.signal });