mreutegg commented on a change in pull request #283:
URL: https://github.com/apache/jackrabbit-oak/pull/283#discussion_r609581525



##########
File path: 
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentNodeStoreServiceConfiguration.java
##########
@@ -73,6 +73,12 @@
      */
     private static final String FWK_PROP_SO_KEEP_ALIVE = 
"oak.mongo.socketKeepAlive";
 
+    /**
+     * Name of framework property to configure socket timeout for lease update
+     * operations on MongoDB.
+     */
+    private static final String FWK_PROP_LEASE_SO_TIMEOUT = 
"oak.mongo.leaseSocketTimeout";

Review comment:
       Not sure I understand. Do you suggest turning the configuration 
`leaseSocketTimeout` into a generic one that also applies to RDB or rather 
making it fully MongoDB specific?




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

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


Reply via email to