Skip to content

Commit

Permalink
Decrease required space for asset download
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 20, 2023
1 parent bc9d6a7 commit fdea873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/assetsDownload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from "path";
import { DISTRIBUTOR, Distributor } from "../shared/buildConstants";
import { ASSETS_REPOSITORY, ASSET_TAG_DEFAULT, ASSET_TAG_FRC6328, AUTO_ASSETS } from "./Constants";

const REQUIRED_SPACE_GB = 25;
const REQUIRED_SPACE_GB = 8;
const FAILURE_TIMEOUT_MS = 30 * 1000; // 30 seconds
const SUCCESS_TIMEOUT_MS = 3 * 60 * 60 * 1000; // 3 hours

Expand Down

0 comments on commit fdea873

Please sign in to comment.