Update multithread_script_5.0.py
This commit is contained in:
parent
d326a35340
commit
00c0678135
@ -43,7 +43,7 @@ def extract_urls_from_directory(directory_path):
|
|||||||
|
|
||||||
# Create a multiprocessing Pool with the number of processes
|
# Create a multiprocessing Pool with the number of processes
|
||||||
# based on the available CPU cores
|
# based on the available CPU cores
|
||||||
pool = Pool(processes=12)
|
pool = Pool(processes=16)
|
||||||
|
|
||||||
# Map the file processing function to the list of files
|
# Map the file processing function to the list of files
|
||||||
pool.map(process_file, [os.path.join(directory_path, filename) for filename in file_list if filename.endswith('.wat.gz')])
|
pool.map(process_file, [os.path.join(directory_path, filename) for filename in file_list if filename.endswith('.wat.gz')])
|
||||||
|
Loading…
Reference in New Issue
Block a user