Seperate pools for essential tasks like profile loading and profile saving.

This commit is contained in:
t00thpick1
2014-08-19 17:57:52 -04:00
parent a23d093271
commit d8ad519cd0
3 changed files with 85 additions and 30 deletions

View File

@ -131,10 +131,16 @@ MySQL:
TablePrefix: mcmmo_
# This setting is the max simultaneous mysql connections allowed at a time, needs to be
# high enough to support multiple player logins in quick succession
MaxConnections: 30
MaxConnections:
Misc: 30
Load: 30
Save: 30
# This setting is the max size of the pool of cached connections that we hold available
# at any given time
MaxPoolSize: 20
MaxPoolSize:
Misc: 10
Load: 20
Save: 20
Server:
Port: 3306
Address: localhost