Skip to content

Commit

Permalink
Increase httrack timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Jan 17, 2025
1 parent 8782331 commit 38e2ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/node/controllers/httrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const getHttrackProgress = async (dest) => {

export const waitForHttrackComplete = async (
dest,
timeOutSeconds = 12 * 60 * 60 /* 12 hours */,
timeOutSeconds = 24 * 60 * 60 /* 24 hours */,
) => {
const intervalSeconds = 1;
const maxIterations = timeOutSeconds / intervalSeconds;
Expand Down

0 comments on commit 38e2ee9

Please sign in to comment.