diff --git a/source/de/anomic/search/Switchboard.java b/source/de/anomic/search/Switchboard.java index 9f27dfdad..6fd5238f5 100644 --- a/source/de/anomic/search/Switchboard.java +++ b/source/de/anomic/search/Switchboard.java @@ -2003,7 +2003,7 @@ public final class Switchboard extends serverSwitch { log.logInfo("dhtTransferJob: no selection, too many entries in transmission cloud: " + this.dhtDispatcher.cloudSize()); } else if (MemoryControl.available() < 1024*1024*25) { log.logInfo("dhtTransferJob: no selection, too less memory available : " + (MemoryControl.available() / 1024 / 1024) + " MB"); - } else if (Client.connectionCount() > 10) { + } else if (Client.connectionCount() > 25) { log.logInfo("dhtTransferJob: too many connections in httpc pool : " + Client.connectionCount()); } else { byte[] startHash = null, limitHash = null;