mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud)
71627: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud) 71401: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3) 71400: MNT-9899 : Change default value for db.pool.max to 275 Reverted the change of the DB pool max wait time back to -1 and DB pool max size to 40 till an appropriate configuration will be discovered. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74710 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -361,7 +361,7 @@ db.url=jdbc:mysql:///${db.name}
|
|||||||
db.username=alfresco
|
db.username=alfresco
|
||||||
db.password=alfresco
|
db.password=alfresco
|
||||||
db.pool.initial=10
|
db.pool.initial=10
|
||||||
db.pool.max=100
|
db.pool.max=40
|
||||||
db.txn.isolation=-1
|
db.txn.isolation=-1
|
||||||
db.pool.statements.enable=true
|
db.pool.statements.enable=true
|
||||||
db.pool.statements.max=40
|
db.pool.statements.max=40
|
||||||
|
Reference in New Issue
Block a user