smaller dhtDispatcher.cloudSize

@Orbiter: we talked about this times ago - please revert if I'm wrong
pull/1/head
sixcooler 12 years ago
parent 57ddd63888
commit 47ae7e322e

@ -3026,7 +3026,7 @@ public final class Switchboard extends serverSwitch
boolean hasDoneSomething = false;
final long kbytesUp = ConnectionInfo.getActiveUpbytes() / 1024;
// accumulate RWIs to transmission cloud
if ( this.dhtDispatcher.cloudSize() > this.peers.scheme.verticalPartitions() * 2 ) {
if ( this.dhtDispatcher.cloudSize() > this.peers.scheme.verticalPartitions() ) {
this.log.logInfo("dhtTransferJob: no selection, too many entries in transmission cloud: "
+ this.dhtDispatcher.cloudSize());
} else if ( MemoryControl.available() < 1024 * 1024 * 25 ) {

Loading…
Cancel
Save