Skip to content

Commit

Permalink
raise zip size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Oct 29, 2024
1 parent fcf0079 commit 319a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def process_files(s3_host, access_key, secret_key, bucket_name, current_objects,
upload_futures = []
zul_futures = []
failed = []
max_zip_batch_size = 128*1024**2
max_zip_batch_size = 1024*1024**2
zip_batch_files = [[]]
zip_batch_object_names = [[]]
zip_batch_sizes = [0]
Expand Down

0 comments on commit 319a716

Please sign in to comment.