Skip to content

Commit

Permalink
LDEV-5043 - allow alias "customTagCachePaths"
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 13, 2024
1 parent 93e8637 commit 6d956ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2872,6 +2872,7 @@ private static void _loadCustomTagsMappings(ConfigServerImpl configServer, Confi

// do patch cache
String strDoPathcache = getAttr(root, "customTagUseCachePath");
if (StringUtil.isEmpty(strDoPathcache, true)) strDoPathcache = getAttr(root, "customTagCachePaths");
if (hasAccess && !StringUtil.isEmpty(strDoPathcache, true)) {
config.setUseCTPathCache(Caster.toBooleanValue(strDoPathcache.trim(), true));
}
Expand Down

0 comments on commit 6d956ee

Please sign in to comment.