smiroslav commented on code in PR #698:
URL: https://github.com/apache/jackrabbit-oak/pull/698#discussion_r978577801


##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/fixture/SegmentTarFixture.java:
##########
@@ -346,6 +354,7 @@ public Oak[] setUpCluster(int n, StatisticsProvider 
statsProvider) throws Except
                     .withSegmentCacheSize(segmentCacheSize)
                     .withMemoryMapping(memoryMapping)
                     .withStrictVersionCheck(true)
+                    .withBinariesInlineThreshold(binariesInlineThreshold)

Review Comment:
   Does it make sense to use this option in other methods where 
```FileStoreBuilder``` is being created?



-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to