forked from I2P_Developers/i2p.i2p
NetDB: Increase max age of RIs to reduce number refreshed after restart
This commit is contained in:
@@ -32,7 +32,7 @@ class RefreshRoutersJob extends JobImpl {
|
|||||||
* Don't go faster as this overloads the expl. OBEP / IBGW
|
* Don't go faster as this overloads the expl. OBEP / IBGW
|
||||||
*/
|
*/
|
||||||
private final static long RERUN_DELAY_MS = 3*1000;
|
private final static long RERUN_DELAY_MS = 3*1000;
|
||||||
private final static long EXPIRE = 60*60*1000;
|
private final static long EXPIRE = 2*60*60*1000;
|
||||||
|
|
||||||
public RefreshRoutersJob(RouterContext ctx, FloodfillNetworkDatabaseFacade facade) {
|
public RefreshRoutersJob(RouterContext ctx, FloodfillNetworkDatabaseFacade facade) {
|
||||||
super(ctx);
|
super(ctx);
|
||||||
|
Reference in New Issue
Block a user