set ConnectionPoolerMinInstances to 1
This commit is contained in:
parent
998f664490
commit
4635c001c3
|
|
@ -14,5 +14,5 @@ const (
|
||||||
ConnectionPoolerContainer = 0
|
ConnectionPoolerContainer = 0
|
||||||
ConnectionPoolerMaxDBConnections = 60
|
ConnectionPoolerMaxDBConnections = 60
|
||||||
ConnectionPoolerMaxClientConnections = 10000
|
ConnectionPoolerMaxClientConnections = 10000
|
||||||
ConnectionPoolerMinInstances = 2
|
ConnectionPoolerMinInstances = 1
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue