Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Aug 27, 2023
1 parent 8244134 commit cad47f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Evicts resources that failed to be destroyed.
### stats() : PoolStats

```js
const { size, idle, pending, queued, acquired, available, bad } = pool.stats();
const { queued, acquiring, acquired, idle, destroying, bad, size, available, peak } = pool.stats();
```

Returns the following of statistics about the pool
Expand Down

0 comments on commit cad47f3

Please sign in to comment.