rishabhdaim commented on code in PR #2792:
URL: https://github.com/apache/jackrabbit-oak/pull/2792#discussion_r2907135186


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/LeaseCheckDocumentStoreWrapper.java:
##########
@@ -242,7 +244,8 @@ public <T extends Document> void prefetch(Collection<T> 
collection,
      */
     @Override
     public int getNodeNameLimit() {
-        return delegate.getNodeNameLimit();
+        return leaseChecking(() ->

Review Comment:
   same as `throttler` method.



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