Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
bash
2025-10-01 12:16:44 +02:00
committed by GitHub
5 changed files with 22 additions and 4 deletions

View File

@@ -343,6 +343,14 @@ Updates.AllowRehash = 1
Updates.CleanDeadRefMaxCount = 3
#
# Updates.ExceptionShutdownDelay
# Description: Time (in milliseconds) to wait before shutting down after a fatal exception (e.g. failed SQL update).
# Default: 10000 - 10 seconds
# 0 - Disabled (immediate shutdown)
Updates.ExceptionShutdownDelay = 10000
#
###################################################################################################