forked from I2P_Developers/i2p.i2p
Router: Increase rekey probability
This commit is contained in:
@@ -45,7 +45,7 @@ class LoadRouterInfoJob extends JobImpl {
|
||||
private RouterInfo _us;
|
||||
private static final AtomicBoolean _keyLengthChecked = new AtomicBoolean();
|
||||
// 1 chance in this many to rekey if the defaults changed
|
||||
private static final int REKEY_PROBABILITY = 128;
|
||||
private static final int REKEY_PROBABILITY = 16;
|
||||
|
||||
public LoadRouterInfoJob(RouterContext ctx) {
|
||||
super(ctx);
|
||||
|
||||
Reference in New Issue
Block a user