You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by GitBox <gi...@apache.org> on 2022/02/14 12:32:45 UTC

[GitHub] [sling-org-apache-sling-distribution-journal] balasoiuroxana commented on a change in pull request #97: SLING-10583 - Ensure o/a/s/d/a/p/distributed events are raised at least once

balasoiuroxana commented on a change in pull request #97:
URL: https://github.com/apache/sling-org-apache-sling-distribution-journal/pull/97#discussion_r805796467



##########
File path: src/main/java/org/apache/sling/distribution/journal/impl/publisher/PackageDistributedNotifier.java
##########
@@ -62,7 +62,11 @@
 
     private static final Logger LOG = LoggerFactory.getLogger(PackageDistributedNotifier.class);
 
-    private final Map<String, LocalStore> map = new HashMap<>();
+    public static long MINIMUM_UPDATE_PERIOD = 60000; // 1 minute

Review comment:
       We can increase this period if you consider it is too short.




-- 
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: commits-unsubscribe@sling.apache.org

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