mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1362: Add tcpKeepAlive and socketTimeout for Jira dbconfig.xml
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
<username>{{ atl_jdbc_user }}</username>
|
||||
<password>{{ atl_jdbc_password | replace("&", "&") }}</password>
|
||||
<driver-class>{{ atl_db_driver }}</driver-class>
|
||||
{% if 'postgres' in atl_db_type %}
|
||||
<connection-properties>tcpKeepAlive={{ atl_db_keepalive }};socketTimeout={{ atl_db_sockettimeout }}</connection-properties>
|
||||
{% endif %}
|
||||
|
||||
<pool-min-size>{{ atl_db_poolminsize }}</pool-min-size>
|
||||
<pool-max-size>{{ atl_db_poolmaxsize }}</pool-max-size>
|
||||
|
||||
Reference in New Issue
Block a user