performance and scalability improvement - get the most recent HtmlText record directly from database and cache only a single object rather than the entire collection
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
try
|
||||
{
|
||||
_dynamictokens = SettingService.GetSetting(ModuleState.Settings, "DynamicTokens", "false");
|
||||
_versions = SettingService.GetSetting(ModuleState.Settings, "Versions", "3");
|
||||
_versions = SettingService.GetSetting(ModuleState.Settings, "Versions", "5");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user