Skip to content

Commit

Permalink
Further clarify timeout void behavior in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehorvat committed Jun 22, 2024
1 parent 8f20196 commit 1dc9294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ Per-operation timeout in milliseconds. Operations fulfill once `timeout` elapses
Type: `boolean`\
Default: `false`

Whether or not a timeout is considered an exception. This option only has an effect when `timeout` is defined.
Whether or not a timeout is considered an exception. When `false`, promises will resolve without a value on timeout.

Obviously, this option only has an effect when `timeout` is defined.

##### autoStart

Expand Down

0 comments on commit 1dc9294

Please sign in to comment.