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:
We discussed that in the ticket and concluded that it'd be a compatible
change to add a configuration in the future, should a configuration be needed.
--
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]