DCD-1362: Add tcpKeepAlive and socketTimeout for Jira dbconfig.xml

This commit is contained in:
Adam Brokes
2021-10-05 13:23:23 +11:00
parent 56d1200dd6
commit 1e0c97597b
5 changed files with 14 additions and 0 deletions

View File

@@ -22,6 +22,11 @@ atl_tomcat_redirectport: ""
atl_tomcat_scheme: "http"
atl_tomcat_secure: "false"
# Mitigation of potentially stuck threads with certain network setup while using PostgreSQL
# https://confluence.atlassian.com/jirakb/connection-problems-to-postgresql-result-in-stuck-threads-in-jira-1047534091.html
atl_db_keepalive: 'true'
atl_db_sockettimeout: '240'
atl_db_poolminsize: '20'
atl_db_poolmaxsize: '100'
atl_db_minidle: '10'