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 @@ -40,7 +40,7 @@ use worker::ConnectionPoolWorker;
40
40
#[ cfg( test) ]
41
41
use self :: worker:: PoolWorkerHandle ;
42
42
43
- const DEFAULT_MAX_POOL_SIZE : u32 = 100 ;
43
+ const DEFAULT_MAX_POOL_SIZE : u32 = 10 ;
44
44
45
45
/// A pool of connections implementing the CMAP spec. All state is kept internally in an `Arc`, and
46
46
/// internal state that is mutable is additionally wrapped by a lock.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ pub(crate) struct ConnectionPoolOptions {
57
57
/// The maximum number of connections that the pool can have at a given time. This includes
58
58
/// connections which are currently checked out of the pool.
59
59
///
60
- /// The default is 100 .
60
+ /// The default is 10 .
61
61
pub ( crate ) max_pool_size : Option < u32 > ,
62
62
63
63
/// 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