reschke commented on code in PR #200:
URL: 
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/200#discussion_r2300789545


##########
src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryConfig.java:
##########
@@ -168,10 +168,15 @@ int resource_resolver_default_vanity_redirect_status() 
default
     @AttributeDefinition(
             name = "Optimize alias resolution",
             description = "This flag controls whether to optimize"
-                    + " the alias resolution by creating an internal cache of 
aliases. NOTE: this setting will be removed "
-                    + " with the optimized resolution being the default (see 
SLING-12025).")
+                    + " the alias resolution by creating an internal cache of 
aliases.")
     boolean resource_resolver_optimize_alias_resolution() default true;
 
+    @AttributeDefinition(
+            name = "Alias Cache Init In Background",
+            description =
+                    "This flag controls whether the vanity path cache will be 
initialized immediately or later as a background task.")

Review Comment:
   actually, it's worse because it refers to vanity paths



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to