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;
4040#[ cfg( test) ]
4141use self :: worker:: PoolWorkerHandle ;
4242
43- const DEFAULT_MAX_POOL_SIZE : u32 = 100 ;
43+ const DEFAULT_MAX_POOL_SIZE : u32 = 10 ;
4444
4545/// A pool of connections implementing the CMAP spec. All state is kept internally in an `Arc`, and
4646/// 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 {
5757 /// The maximum number of connections that the pool can have at a given time. This includes
5858 /// connections which are currently checked out of the pool.
5959 ///
60- /// The default is 100 .
60+ /// The default is 10 .
6161 pub ( crate ) max_pool_size : Option < u32 > ,
6262
6363 /// 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