forked from I2P_Developers/i2p.i2p
* NetDB: Reduce flood redundancy from 8x to 6x
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user