Make the max pool size configurable

This commit is contained in:
Luck
2016-10-21 22:22:06 +01:00
Unverified
parent 270a276b98
commit 5d955e77b6
6 changed files with 8 additions and 2 deletions
+1
View File
@@ -107,6 +107,7 @@ data {
database="minecraft"
username="root"
password=""
pool-size=10 # The size of the MySQL connection pool.
# Set to -1 to disable. If this is the only instance accessing the datastore, you can disable syncing.
# e.g. if you're using sqlite or flatfile, this can be set to -1 to save resources.