Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fab1o committed Aug 3, 2023
1 parent 59ee295 commit 03a5f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createJobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const uniqueId = (function () {
/**
* @desc Worker.
* @param {Boolean} [errorOut=false] - Whether or not should reject promise.
* @param {Number} [timeLimit=10] - Limit of time in miliseconds for each job to finish.
* @param {Number} [timeLimit=10] - Limit of time in seconds for each job to finish.
* @returns {Promise<void>}
*/
const Worker = <WorkerFunc>((errorOut = false, timeLimit = 10) => {
Expand Down

0 comments on commit 03a5f40

Please sign in to comment.