Reduced default max database connection values.
This commit is contained in:
@@ -40,14 +40,14 @@ Driver = org.mariadb.jdbc.Driver
|
||||
# Default: jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
URL = jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
|
||||
# Login - Mysql's user
|
||||
# Login - Mysql user
|
||||
Login = root
|
||||
# Password - Mysql's Password
|
||||
# Password - Mysql Password
|
||||
Password =
|
||||
# Attention: lazy init connections disabled!
|
||||
# Please, set only real values for your database
|
||||
# Default: 100
|
||||
MaximumDbConnections = 100
|
||||
# Default: 50
|
||||
MaximumDbConnections = 50
|
||||
|
||||
# Default: 0
|
||||
MaximumDbIdleTime = 0
|
||||
|
||||
Reference in New Issue
Block a user