I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 7ec02a16 authored by zzz's avatar zzz
Browse files

NetDB: Increase max age of RIs to reduce number refreshed after restart

parent 10993cc6
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class RefreshRoutersJob extends JobImpl { ...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment