Skip to content

Commit e8533ad

Browse files
authored
Merge pull request #1224 from WildMeOrg/synch-allowed-db-connections
Aligns allowed, default DB connections in DataNucleus to the same value in postgresq…
2 parents 31b65a3 + e0ac0aa commit e8533ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/bundles/jdoconfig.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ datanucleus.connectionPoolingType = dbcp2
4949
#
5050
datanucleus.connectionPool.maxIdle=10
5151
datanucleus.connectionPool.minIdle=5
52-
datanucleus.connectionPool.maxActive=30
52+
datanucleus.connectionPool.maxActive=300
5353
datanucleus.connectionPool.maxWait=-1
5454
datanucleus.connectionPool.testSQL=SELECT 1
5555
#

0 commit comments

Comments
 (0)