mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Seperate pools for essential tasks like profile loading and profile saving.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user