diff --git a/multithread_script_5.0.py b/multithread_script_5.0.py index ab982f3..938eb5f 100644 --- a/multithread_script_5.0.py +++ b/multithread_script_5.0.py @@ -63,7 +63,7 @@ urls = [url.strip() for url in urls] batch_size = 100 # Define the concurrency level (number of download processes running concurrently) -concurrency_level = 10 +concurrency_level = 8 # Split the URLs into batches batches = [urls[i:i+batch_size] for i in range(0, len(urls), batch_size)]