From 4d77ca52c9fc2d4975dfdb98b07677c30a27bdf7 Mon Sep 17 00:00:00 2001 From: sixcooler Date: Wed, 22 Jan 2014 01:26:44 +0100 Subject: [PATCH] workaround to let dht-out run on smal Systems like a Pi --- source/net/yacy/peers/Dispatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {