Update concurrency of downloads
This commit is contained in:
parent
2e938624f9
commit
61f5a4ddbf
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user