mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-234 : Increase default JMS connection number from 10 to 20
This commit is contained in:
@@ -9,7 +9,7 @@ spring:
|
||||
password: ${ACTIVEMQ_PASSWORD:admin}
|
||||
pool:
|
||||
enabled: true
|
||||
max-connections: 10
|
||||
max-connections: 20
|
||||
|
||||
server:
|
||||
port: 8090
|
||||
|
Reference in New Issue
Block a user