web3-storage / backup

A tool to backup all data for disaster recovery.
0 stars 0 forks source link

fix: ignore CONCURRENCY for s3 head requests #20

Closed olizilla closed 1 year ago

olizilla commented 1 year ago

we lowered the concurrency to 1 to try and stop the process locking up, but we don't want to make the s3 HEAD checks slower. LETS MAKE THEM FASTER!

License: MIT