Core/Cache: Implement QueryCache system
Ideas/Port From (https://github.com/TrinityCore/TrinityCore/commit/b4d30bb92cbfc8411d8d91b0f4f2981f2cecc148)
This commit is contained in:
@@ -1198,6 +1198,17 @@ Account.PasswordChangeSecurity = 0
|
||||
|
||||
BirthdayTime = 1222964635
|
||||
|
||||
#
|
||||
# CacheDataQueries
|
||||
# Description: Server caches data queries at startup.
|
||||
# Can be disabled if not enough memory is available.
|
||||
# Default: 1 - (Enabled)
|
||||
# 0 - (Disabled)
|
||||
#
|
||||
#
|
||||
|
||||
CacheDataQueries = 1
|
||||
|
||||
#
|
||||
# FeatureSystem.BpayStore.Enabled
|
||||
# Description: Not yet implemented
|
||||
|
||||
Reference in New Issue
Block a user