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:
Will Abson
2014-06-25 15:33:12 +00:00
parent 93bf623381
commit af2f93dc17

View File

@@ -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