EVEN MORE CONCURRENCYYYY
This commit is contained in:
parent
6c64ffcf94
commit
7c4572aafb
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ if [ -d "$LOCAL_INDEX" ] && [ "$(ls -A "$LOCAL_INDEX"/*.parquet 2>/dev/null)" ];
|
|||
else
|
||||
echo "Downloading CC-Index parquet files..."
|
||||
mkdir -p "$LOCAL_INDEX"
|
||||
aws configure set default.s3.max_concurrent_requests 50
|
||||
aws configure set default.s3.max_concurrent_requests 100
|
||||
aws s3 sync "$S3_PATH" "$LOCAL_INDEX/" --quiet
|
||||
echo "Downloaded $(ls "$LOCAL_INDEX"/*.parquet | wc -l) parquet files"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue