From 61f5a4ddbf2c2f0f417fecaa84ec3cb7ed4067a9 Mon Sep 17 00:00:00 2001 From: datechnoman Date: Mon, 8 Jan 2024 08:27:15 +0000 Subject: [PATCH] Update concurrency of downloads --- mediafire_automated_cdx_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):