* NetDB: Reduce flood redundancy from 8x to 6x

This commit is contained in:
zzz
2012-06-01 13:27:53 +00:00
parent e1823ece68
commit 8d57cba762

View File

@ -156,7 +156,7 @@ public class FloodfillNetworkDatabaseFacade extends KademliaNetworkDatabaseFacad
return _lookupThrottler.shouldThrottle(from, id);
}
private static final int MAX_TO_FLOOD = 7;
private static final int MAX_TO_FLOOD = 5;
/**
* Send to a subset of all floodfill peers.