rishabhdaim commented on code in PR #560:
URL: https://github.com/apache/jackrabbit-oak/pull/560#discussion_r873846517
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/Utils.java:
##########
@@ -92,11 +92,6 @@ public class Utils {
*/
public static final int PATH_LONG = Integer.getInteger("oak.pathLong",
350);
- /**
- * The maximum size a node name, in bytes. This is only a problem for long
path.
- */
- public static final int NODE_NAME_LIMIT =
Integer.getInteger("oak.nodeNameLimit", 150);
-
Review Comment:
Sure, it make sense to keep it where it was originally present.
--
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]