forked from I2P_Developers/i2p.i2p
* Tunnel Pool:
- Clean up some tunnel removal code - Don't try to build a LeaseSet with more than 6 leases, no matter what the setting
This commit is contained in:
@ -67,7 +67,7 @@ public class LeaseSet extends DataStructureImpl {
|
||||
private boolean _checked;
|
||||
|
||||
/** This seems like plenty */
|
||||
private final static int MAX_LEASES = 6;
|
||||
public final static int MAX_LEASES = 6;
|
||||
|
||||
public LeaseSet() {
|
||||
setDestination(null);
|
||||
|
Reference in New Issue
Block a user