Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Aug 8, 2023
1 parent ad7aba1 commit 46f17ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ try {
| acquireTimeout | integer | Y | | The number of milliesconds the pool will wait to acquire a resource before rejecting. |
| acquireRetryInterval | integer | N | 100 | The number of milliseconds the pool will wait before retrying resource acquition after a failure. |
| destroyTimeout | integer | Y | | The number of milliseconds the pool will wait for the factory to validate a resource. |
| initialiseTimeout | integer | N | | The number of milliseconds the pool will wait to initialise. |
| shutdownTimeout | integer | N | | The number of milliseconds the pool will wait to shutdown. |
| initialiseTimeout | integer | N | | The number of milliseconds the pool will wait to initialise. If unset the pool will wait indefinitely. |
| shutdownTimeout | integer | N | | The number of milliseconds the pool will wait to shutdown. If unset the pool will wait undefinitely. |
| revalidateInterval | integer | N | | The number of milliseconds the pool will wait after an idle resource's creation or release before revalidating it. |

#### Errors
Expand Down

0 comments on commit 46f17ae

Please sign in to comment.