NIHVIVO-1509 connection pool size configuration
This commit is contained in:
parent
56fb27c94b
commit
a45190973d
1 changed files with 5 additions and 2 deletions
|
@ -63,15 +63,18 @@ Vitro.smtpHost =
|
||||||
#
|
#
|
||||||
# The basic parameters for a MySQL database connection. Change the end of the
|
# 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
|
# 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.url = jdbc:mysql://localhost/vitrodb
|
||||||
VitroConnection.DataSource.username = vitrodbUsername
|
VitroConnection.DataSource.username = vitrodbUsername
|
||||||
VitroConnection.DataSource.password = vitrodbPassword
|
VitroConnection.DataSource.password = vitrodbPassword
|
||||||
|
VitroConnection.DataSource.pool.maxActive = 320
|
||||||
|
|
||||||
#
|
#
|
||||||
# The name of your first admin user for the VIVO application. The password for
|
# The name of your first admin user for the VIVO application. The password for
|
||||||
# for this user is initially set to "defaultAdmin", but you will be asked to
|
# for this user is initially set to "defaultAdmin", but you will be asked to
|
||||||
# change the password the first time you login.
|
# change the password the first time you login.
|
||||||
#
|
#
|
||||||
initialAdminUser = defaultAdmin
|
initialAdminUser = defaultAdmin
|
||||||
|
|
Loading…
Add table
Reference in a new issue