fix: update default timeout value from 5000ms to 7000ms

This commit is contained in:
Viren070
2025-10-19 18:25:18 +01:00
parent 3e4f23a443
commit 58fbbf1c56
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -525,8 +525,8 @@ ENCRYPT_STREMTHRU_URLS=true
# --- General Default Timeout ---
# Default timeout in milliseconds for all requests if not overridden by a specific timeout.
# Default: 15000 (15 seconds)
DEFAULT_TIMEOUT=5000
# Default: 7000 (7 seconds)
DEFAULT_TIMEOUT=7000
# --- User Agents per Domain ---
# Apply overrides for user agents per domain here.
+1 -1
View File
@@ -631,7 +631,7 @@ export const Env = cleanEnv(process.env, {
}),
DEFAULT_TIMEOUT: num({
default: 5000,
default: 7000,
desc: 'Default timeout for the addon',
}),
CATALOG_TIMEOUT: num({