NIHVIVO-1509 connection pool size configuration

This commit is contained in:
bjl23 2010-12-13 15:24:54 +00:00
parent 56fb27c94b
commit a45190973d

View file

@ -63,11 +63,14 @@ Vitro.smtpHost =
#
# The basic parameters for a MySQL database connection. Change the end of the
# URL to reflect your database name (if it is not "vitro"). Change the username
# and password to match the authorized user you created in MySQL.
# and password to match the authorized user you created in MySQL. Increase the
# maximum size of the database connection pool if you need to serve a greater
# number of concurrent page requests.
#
VitroConnection.DataSource.url = jdbc:mysql://localhost/vitrodb
VitroConnection.DataSource.username = vitrodbUsername
VitroConnection.DataSource.password = vitrodbPassword
VitroConnection.DataSource.pool.maxActive = 320
#
# The name of your first admin user for the VIVO application. The password for