You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cs...@apache.org on 2020/01/16 15:40:55 UTC

[sling-org-apache-sling-distribution-journal] branch master updated: SLING-9008 - Adjust seeding delay

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal.git


The following commit(s) were added to refs/heads/master by this push:
     new bffc7e6  SLING-9008 - Adjust seeding delay
bffc7e6 is described below

commit bffc7e611d9263458e6edc6026b0a57cc9b27447
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Thu Jan 16 16:38:46 2020 +0100

    SLING-9008 - Adjust seeding delay
---
 .../sling/distribution/journal/impl/queue/impl/PubQueueCache.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/distribution/journal/impl/queue/impl/PubQueueCache.java b/src/main/java/org/apache/sling/distribution/journal/impl/queue/impl/PubQueueCache.java
index 75d71fc..815d8ca 100644
--- a/src/main/java/org/apache/sling/distribution/journal/impl/queue/impl/PubQueueCache.java
+++ b/src/main/java/org/apache/sling/distribution/journal/impl/queue/impl/PubQueueCache.java
@@ -84,7 +84,7 @@ public class PubQueueCache {
     /**
      * Interval in millisecond between two seeding messages.
      */
-    private static final long SEEDING_DELAY_MS = 1000;
+    private static final long SEEDING_DELAY_MS = 2000;
     private static final long SEEDING_ERROR_DELAY_MS = 10000;
 
     /**