Skip to content
Snippets Groups Projects
Commit f21f9a00 authored by cramakri's avatar cramakri
Browse files

MINOR : Change default number of DB connections to 20

SVN: 26872
parent 8f94ade6
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ database.owner-password = ...@@ -14,9 +14,9 @@ database.owner-password =
# Superuser of the database. Default: database-dependent. # Superuser of the database. Default: database-dependent.
database.admin-user = database.admin-user =
database.admin-password = database.admin-password =
# Max. number of active database connections. Default: 100. # Max. number of active database connections. Default: 20.
database.max-active-connections = database.max-active-connections =
# Max. number of idle database connections to keep open. Default: 100. # Max. number of idle database connections to keep open. Default: 20.
database.max-idle-connections = database.max-idle-connections =
# Log interval (in seconds) between two regular log entries of the number of active database # Log interval (in seconds) between two regular log entries of the number of active database
# connections. Default: 3600s. # connections. Default: 3600s.
......
...@@ -31,9 +31,9 @@ database.admin-password = ...@@ -31,9 +31,9 @@ database.admin-password =
# Max time (in seconds) to wait for a connection to become available before throwing an exception. # Max time (in seconds) to wait for a connection to become available before throwing an exception.
# Default: 60s, set to -1 to wait indefinitely. # Default: 60s, set to -1 to wait indefinitely.
database.max-wait-for-connection = database.max-wait-for-connection =
# Max. number of active database connections. Default: 100. # Max. number of active database connections. Default: 20.
database.max-active-connections = database.max-active-connections =
# Max. number of idle database connections to keep open. Default: 100. # Max. number of idle database connections to keep open. Default: 20.
database.max-idle-connections = database.max-idle-connections =
# Log interval (in seconds) between two regular log entries of the number of active database # Log interval (in seconds) between two regular log entries of the number of active database
# connections. Default: 3600s. # connections. Default: 3600s.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment