tmaret commented on a change in pull request #75:
URL: 
https://github.com/apache/sling-org-apache-sling-distribution-journal/pull/75#discussion_r656564779



##########
File path: 
src/main/java/org/apache/sling/distribution/journal/bookkeeper/BookKeeper.java
##########
@@ -85,6 +85,7 @@
     private static final String SUBSERVICE_IMPORTER = "importer";
     private static final String SUBSERVICE_BOOKKEEPER = "bookkeeper";
     private static final int RETRY_SEND_DELAY = 1000;
+    static final long MAX_PACKAGE_SIZE = 5242880; // 5MB

Review comment:
       @joerghoh  thanks for your input! We discussed configurability in the 
ticket and concluded that adding a configuration in the future would be a 
compatible change and don't expect to have that parameter configured.




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