forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@@ -67,7 +67,7 @@ public class ProfileOrganizer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the minimum number of 'fast' peers that the organizer should select. See
|
* Defines the minimum number of 'fast' peers that the organizer should select. See
|
||||||
* {@see getMinimumFastPeers}
|
* {@link ProfileOrganizer#getMinimumFastPeers}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public static final String PROP_MINIMUM_FAST_PEERS = "profileOrganizer.minFastPeers";
|
public static final String PROP_MINIMUM_FAST_PEERS = "profileOrganizer.minFastPeers";
|
||||||
@@ -714,7 +714,7 @@ public class ProfileOrganizer {
|
|||||||
*
|
*
|
||||||
* @return minimum number of peers to be placed in the 'fast+reliable' group
|
* @return minimum number of peers to be placed in the 'fast+reliable' group
|
||||||
*/
|
*/
|
||||||
private int getMinimumFastPeers() {
|
protected int getMinimumFastPeers() {
|
||||||
if (_context.router() != null) {
|
if (_context.router() != null) {
|
||||||
String val = _context.router().getConfigSetting(PROP_MINIMUM_FAST_PEERS);
|
String val = _context.router().getConfigSetting(PROP_MINIMUM_FAST_PEERS);
|
||||||
if (val != null) {
|
if (val != null) {
|
||||||
|
Reference in New Issue
Block a user