mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
feat(Core/DB): reconnect seconds and attempts configurable (#5673)
This commit is contained in:
@@ -150,6 +150,18 @@ WrongPass.Logging = 0
|
||||
|
||||
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
|
||||
|
||||
#
|
||||
# Database.Reconnect.Seconds
|
||||
# Database.Reconnect.Attempts
|
||||
#
|
||||
# Description: How many seconds between every reconnection attempt
|
||||
# and how many attempts will be performed in total
|
||||
# Default: 20 attempts every 15 seconds
|
||||
#
|
||||
|
||||
Database.Reconnect.Seconds = 15
|
||||
Database.Reconnect.Attempts = 20
|
||||
|
||||
#
|
||||
# LoginDatabase.WorkerThreads
|
||||
# Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
|
||||
|
||||
Reference in New Issue
Block a user