Skip to content

Commit

Permalink
Reset the timeout between fetch retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 8, 2024
1 parent d48c27c commit 50d52fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain/release-archive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ async function download(url: string, dest: string): Promise<void> {
axiosRetry(axios, {
retries: 3,
retryDelay: exponentialDelay,
shouldResetTimeout: true,
});

let response: AxiosResponse;
Expand Down

0 comments on commit 50d52fa

Please sign in to comment.