fix(Docker/macOS): solve disconnection issues (#1552)
This commit is contained in:
parent
be0b7b23f8
commit
5348d9cbe5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue