From 5ee153207f49dcd225bddfb07644aa9fa279b2a2 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 2 May 2025 17:30:04 +0400 Subject: parallel download decreased from 8 to 4 --- pamus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pamus b/pamus index 7e266b2..6cc3570 100755 --- a/pamus +++ b/pamus @@ -16,7 +16,7 @@ from ytmusicapi import YTMusic ytmusic = YTMusic() # Constants for maximum threads and print lock -MAX_THREADS = 8 +MAX_THREADS = 4 print_lock = threading.Lock() # Function to sanitize file names -- cgit v1.2.3