diff --git a/source/net/yacy/peers/Dispatcher.java b/source/net/yacy/peers/Dispatcher.java index a59aef84a..f4f8d2b2d 100644 --- a/source/net/yacy/peers/Dispatcher.java +++ b/source/net/yacy/peers/Dispatcher.java @@ -123,7 +123,7 @@ public class Dispatcher { "transferDocumentIndex", "This is the RWI transmission process", new String[]{"RWI/Cache/Collections"}, - this, "transferDocumentIndex", concurrentSender * 2, null, concurrentSender); + this, "transferDocumentIndex", concurrentSender * 3, null, concurrentSender); } public int cloudSize() {