Commit 593112f4 authored by Tristan Cavelier's avatar Tristan Cavelier

JIO recovers all job -> fixed

parent dbb20e49
......@@ -51,7 +51,7 @@ function enableJobRecovery(jio, shared, options) {
// deadline not reached yet
// wait until deadline is reached then check job again
setTimeout(jobWaiter(job_array[i].id, job_array[i].modified),
deadline - delay);
deadline - Date.now());
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment