File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ pub struct ClientOptions {
447
447
/// `max_pool_size` connections are checked out, the operation will block until an in-progress
448
448
/// operation finishes and its connection is checked back into the pool.
449
449
///
450
- /// The default value is 100 .
450
+ /// The default value is 10 .
451
451
#[ builder( default ) ]
452
452
pub max_pool_size : Option < u32 > ,
453
453
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ pub struct ConnectionPoolOptions {
60
60
/// The maximum number of connections that the pool can have at a given time. This includes
61
61
/// connections which are currently checked out of the pool.
62
62
///
63
- /// The default is 100 .
63
+ /// The default is 10 .
64
64
pub max_pool_size : Option < u32 > ,
65
65
66
66
/// The minimum number of connections that the pool can have at a given time. This includes
You can’t perform that action at this time.
0 commit comments