diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-05-02 17:30:04 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-05-02 17:30:04 +0400 |
commit | 5ee153207f49dcd225bddfb07644aa9fa279b2a2 (patch) | |
tree | a1f11706e7ffe63105705164d0097544279eb3f8 /pamus | |
parent | ceed26ebbfff26dc3b6265b6ac5222ba2d2621aa (diff) |
parallel download decreased from 8 to 4
Diffstat (limited to 'pamus')
-rwxr-xr-x | pamus | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |