Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at startup, and written to the DB periodically, instead of both things happening in real time.
Port From (https://github.com/TrinityCore/TrinityCore/commit/8839fa3fe24e72e4506e94389663b82ab2292649)
This commit is contained in:
@@ -1908,6 +1908,13 @@ PartyLevelReq = 1
|
||||
|
||||
PreserveCustomChannels = 1
|
||||
|
||||
#
|
||||
# PreserveCustomChannelInterval
|
||||
# Description: Interval (in minutes) at which custom channel data is saved to the database
|
||||
# Default: 5 minutes
|
||||
|
||||
PreserveCustomChannelInterval = 5
|
||||
|
||||
#
|
||||
# PreserveCustomChannelDuration
|
||||
# Description: Time (in days) that needs to pass before the customs chat channels get
|
||||
|
||||
Reference in New Issue
Block a user