Skip to content

Commit

Permalink
Update download-installers.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Sep 19, 2024
1 parent 356fa77 commit 67c9c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-installers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ await Promise.all([
);
}),
...latestMobileReleaseData.assets.map(async (asset) => {
await Promise.delay(5000 * Math.random());
await Promise.delay(10000 * Math.random());
backOff(async () => {
console.log(`backoff retry ${asset.name}`);
await downloadAsset(
Expand Down

0 comments on commit 67c9c51

Please sign in to comment.