summaryrefslogtreecommitdiff
path: root/pamus
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-05-02 17:30:04 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-02 17:30:04 +0400
commit5ee153207f49dcd225bddfb07644aa9fa279b2a2 (patch)
treea1f11706e7ffe63105705164d0097544279eb3f8 /pamus
parentceed26ebbfff26dc3b6265b6ac5222ba2d2621aa (diff)
parallel download decreased from 8 to 4
Diffstat (limited to 'pamus')
-rwxr-xr-xpamus2
1 files changed, 1 insertions, 1 deletions
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