Skip to content

Commit a9555f3

Browse files
authored
fix(docs): min_idle -> max_idle (#96)
1 parent 95a9298 commit a9555f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Sets the maximum number of connections managed by the pool.
9090

9191
> 0 means unlimited, defaults to 10.
9292
93-
#### min_idle
93+
#### max_idle
9494

9595
Sets the maximum idle connection count maintained by the pool. The pool will maintain at most this many idle connections at all times, while respecting the value of max_open.
9696

0 commit comments

Comments
 (0)