DCD-261: Remove redundant DB pooling variables

This commit is contained in:
Dylan Rathbone
2020-04-23 17:59:16 +10:00
parent c676615517
commit e22e0efda4

View File

@@ -29,17 +29,4 @@ atl_tomcat_redirectport: "8443"
atl_tomcat_scheme: "http"
atl_tomcat_secure: "true"
atl_proxy_port: "443"
atl_db_minidle: '10'
atl_db_maxidle: '20'
atl_db_poolminsize: '20'
atl_db_poolmaxsize: '100'
atl_db_maxwaitmillis: '30000'
atl_db_minevictableidletimemillis: '5000'
atl_db_removeabandoned: 'true'
atl_db_removeabandonedtimeout: '300'
atl_db_testwhileidle: 'true'
atl_db_testonborrow: 'false'
atl_db_timebetweenevictionrunsmillis: '30000'
atl_proxy_port: "443"