Skip to content

Commit

Permalink
:-(
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6841 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 26, 2010
1 parent 9edd38f commit 3aad50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/search/Switchboard.java
Expand Up @@ -2033,7 +2033,7 @@ public boolean dhtTransferJob(final String segment) {
// check if we can deliver entries to other peers
if (this.dhtDispatcher.transmissionSize() >= 10) {
log.logInfo("dhtTransferJob: no dequeueing from cloud to transmission: too many concurrent sessions: " + this.dhtDispatcher.transmissionSize());
} else if (Client.connectionCount() > 10) {
} else if (Client.connectionCount() > 25) {
log.logInfo("dhtTransferJob: too many connections in httpc pool : " + Client.connectionCount());
} else {
boolean dequeued = this.dhtDispatcher.dequeueContainer();
Expand Down

0 comments on commit 3aad50d

Please sign in to comment.