Update concurrency of downloads

This commit is contained in:
datechnoman 2024-01-08 08:27:15 +00:00
parent 2e938624f9
commit 61f5a4ddbf

View File

@ -5,7 +5,7 @@ from datetime import datetime, timedelta
from concurrent.futures import ThreadPoolExecutor from concurrent.futures import ThreadPoolExecutor
MEDIAFIRE_DIRECTORY = "/opt/MediaFire" 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 BATCH_SIZE = 6 # Set the batch size for processing
def run_cdxsummary(file_path, json_filepath): def run_cdxsummary(file_path, json_filepath):