fix(Docker/macOS): solve disconnection issues (#1552)

This commit is contained in:
Francesco Borzì 2019-03-03 16:33:17 +01:00 committed by GitHub
parent be0b7b23f8
commit 5348d9cbe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,6 @@ CharacterDatabaseInfo = "ac-database;3306;root;password;acore_characters"
# Add more configuration overwrites by copying settings from worldserver.conf.dist
LogLevel = 2
# Disable idle connections automatic kick since it doesn't work well on macOS + Docker
CloseIdleConnections = 0