mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- Added network tuning options to the builder configuration, including keep-alive settings, timeouts, and retry mechanisms. - Integrated the NodeHttpHandler for improved HTTP handling in the S3 client. - Implemented a download concurrency limiter using a semaphore to manage concurrent downloads. - Enhanced the getFile method to include retry logic and timeout handling for S3 file downloads, improving robustness and performance. Signed-off-by: Innei <tukon479@gmail.com>