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

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d90e9f  Set back peer pruning to 10
9d90e9f is described below

commit 9d90e9fcdf4081a0a2e24ac50cb1fc6d7c2b34f4
Author: Antoine Toulme <[email protected]>
AuthorDate: Thu May 30 14:48:51 2019 -0700

    Set back peer pruning to 10
---
 gossip/src/main/java/org/apache/tuweni/gossip/GossipApp.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gossip/src/main/java/org/apache/tuweni/gossip/GossipApp.java 
b/gossip/src/main/java/org/apache/tuweni/gossip/GossipApp.java
index bcf0eb3..f92481b 100644
--- a/gossip/src/main/java/org/apache/tuweni/gossip/GossipApp.java
+++ b/gossip/src/main/java/org/apache/tuweni/gossip/GossipApp.java
@@ -101,7 +101,7 @@ public final class GossipApp {
         repository,
         bytes -> readMessage(opts.messageLog(), errStream, bytes),
         null,
-        new CountingPeerPruningFunction(10000000),
+        new CountingPeerPruningFunction(10),
         100,
         100);
     this.opts = opts;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to