From cf66ac82b588b42676ccd118fffbd1ede8748df1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 4 Oct 2025 20:35:07 +0200 Subject: [PATCH] Decrease base delay --- modules/yt-dlp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yt-dlp.nix b/modules/yt-dlp.nix index 346e2a1..9f0e05b 100644 --- a/modules/yt-dlp.nix +++ b/modules/yt-dlp.nix @@ -135,7 +135,7 @@ in # Retry configuration MAX_RETRIES=10 - BASE_DELAY=60 + BASE_DELAY=10 # Helper function to create writable cookie file _setup_temp_cookies() {