Update multithread_script_5.0.py
This commit is contained in:
parent
dcf47e4085
commit
6500764baa
@ -63,7 +63,7 @@ urls = [url.strip() for url in urls]
|
|||||||
batch_size = 100
|
batch_size = 100
|
||||||
|
|
||||||
# Define the concurrency level (number of download processes running concurrently)
|
# Define the concurrency level (number of download processes running concurrently)
|
||||||
concurrency_level = 3
|
concurrency_level = 10
|
||||||
|
|
||||||
# Split the URLs into batches
|
# Split the URLs into batches
|
||||||
batches = [urls[i:i+batch_size] for i in range(0, len(urls), batch_size)]
|
batches = [urls[i:i+batch_size] for i in range(0, len(urls), batch_size)]
|
||||||
|
Loading…
Reference in New Issue
Block a user