Router: Force the stragglers to rekey

This commit is contained in:
zzz
2023-01-27 19:00:32 -05:00
parent fd68634993
commit a27e1393f1

View File

@@ -46,7 +46,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 = 4;
private static final int REKEY_PROBABILITY = 1;
public LoadRouterInfoJob(RouterContext ctx) {
super(ctx);