mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
chore(Core/Conf): Change default of RecordUpdateTimeDiffInterval (#4033)
This commit is contained in:
@@ -3333,10 +3333,10 @@ ShowBanInWorld = 0
|
||||
# Description: Time (in milliseconds) update time diff is written to the log file.
|
||||
# Update diff can be used as a performance indicator. Diff < 300: good
|
||||
# performance. Diff > 600 bad performance, may be caused by high CPU usage.
|
||||
# Default: 60000 - (Enabled, 1 minute)
|
||||
# 0 - (Disabled)
|
||||
# Default: 300000 - (Enabled, 5 minutes)
|
||||
# 0 - (Disabled)
|
||||
|
||||
RecordUpdateTimeDiffInterval = 60000
|
||||
RecordUpdateTimeDiffInterval = 300000
|
||||
|
||||
#
|
||||
# MinRecordUpdateTimeDiff
|
||||
|
||||
Reference in New Issue
Block a user