diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-09 10:18:58 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-09 10:18:58 +0200 |
commit | 63c73ea8c9539f17bd160b04b3ed946e97b61a53 (patch) | |
tree | 252d5989abc57834aad6553ab02226d1e610234d /server/sonar-web | |
parent | 21e4e5984a6fc43f505e6e394f51af6fcb1de544 (diff) | |
download | sonarqube-63c73ea8c9539f17bd160b04b3ed946e97b61a53.tar.gz sonarqube-63c73ea8c9539f17bd160b04b3ed946e97b61a53.zip |
SONAR-6914 Change default sizes of HTTP and DB pools
Diffstat (limited to 'server/sonar-web')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/config/database.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/config/database.yml b/server/sonar-web/src/main/webapp/WEB-INF/config/database.yml index 58aaf0c4553..4504e2a8b55 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/config/database.yml +++ b/server/sonar-web/src/main/webapp/WEB-INF/config/database.yml @@ -1,7 +1,7 @@ base: &base adapter: jdbc dialect: <%= ::Java::OrgSonarServerUi::JRubyFacade.getInstance().getDatabase().getDialect().getActiveRecordDialectCode() %> - pool: <%= ::Java::OrgSonarServerUi::JRubyFacade.getInstance().getConfigurationValue('sonar.jdbc.maxActive') || 10 %> + pool: <%= ::Java::OrgSonarServerUi::JRubyFacade.getInstance().getConfigurationValue('sonar.jdbc.maxActive') || 60 %> development: <<: *base |