mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
feat(Core/DB): reconnect seconds and attempts configurable (#5673)
This commit is contained in:
@@ -95,6 +95,18 @@ LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth"
|
||||
WorldDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_world"
|
||||
CharacterDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_characters"
|
||||
|
||||
#
|
||||
# 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
|
||||
# WorldDatabase.WorkerThreads
|
||||
|
||||
Reference in New Issue
Block a user