bdelacretaz commented on PR #111:
URL: 
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/111#issuecomment-1881409583

   > ...the discussion about whether or not to use the system property in is 
... interesting, but blocks progress here...
   
   I don't think there are any objections left if that usage is clearly 
expressed in code. Combining my previous suggestion with the additional 
comments about it, I think defining the page size as below, instead of inline 
in the code, would work for all involved in this discussion:
   
       // Using a system property here, as changing this value only makes sense
       // for debugging and code performance testing
       private static int ALIAS_PAGE_SIZE = 
Integer.getInteger("sling.debug.alias.pageSize", 2000));


-- 
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