Skip to content

Commit

Permalink
Clarify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 14, 2024
1 parent 1101e54 commit 0e21b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ declare global {
size: number;

/**
* How long should jobs sit in the local queue before they are returned
* to the database? Defaults to 5 minutes.
* How long (in milliseconds) should jobs sit in the local queue before
* they are returned to the database? Defaults to 5 minutes.
*
* @default `300000`
*/
Expand Down

0 comments on commit 0e21b2a

Please sign in to comment.