Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the issue that download retry may timeout without retry (#1137)
The reason is that the `Retry` operation include the elapsed time of the first attempt into the total elapsed time, if the network is slow and the first attempt consume too much time, the `Retry` operation will timeout. Fix #1015 Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
- Loading branch information