fabriziofortino commented on code in PR #2607:
URL: https://github.com/apache/jackrabbit-oak/pull/2607#discussion_r2498276452


##########
oak-run/src/main/java/org/apache/jackrabbit/oak/run/Downloader.java:
##########
@@ -54,7 +57,31 @@ public class Downloader implements Closeable {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(Downloader.class);
 
+    /**
+     * The maximum size of what is considered a "small file".
+     * At the same time, this is the block size for large files.
+     */
+    private static final long MAX_LENGTH_SINGLE_THREADED = 16 * 1024 * 1024;

Review Comment:
   it would be nice to make this configurable through a command option



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