workaround to let dht-out run on smal Systems like a Pi

pull/1/head
sixcooler 11 years ago
parent 9a96a7d73f
commit 4d77ca52c9

@ -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() {

Loading…
Cancel
Save