diff --git a/mediafire_automated_cdx_processor.py b/mediafire_automated_cdx_processor.py index 245ff24..f46619e 100644 --- a/mediafire_automated_cdx_processor.py +++ b/mediafire_automated_cdx_processor.py @@ -5,7 +5,7 @@ from datetime import datetime, timedelta from concurrent.futures import ThreadPoolExecutor MEDIAFIRE_DIRECTORY = "/opt/MediaFire" -CONCURRENCY = 4 # Set the desired concurrency for downloading multiple files +CONCURRENCY = 6 # Set the desired concurrency for downloading multiple files BATCH_SIZE = 6 # Set the batch size for processing def run_cdxsummary(file_path, json_filepath):