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

Skip to content
Snippets Groups Projects
Unverified Commit 8b94b9dd authored by zzz's avatar zzz
Browse files

netdb: reduce RI verify time after startup

parent db77827c
No related branches found
No related tags found
No related merge requests found
Pipeline #2250 passed
......@@ -28,7 +28,7 @@ class FloodfillStoreJob extends StoreJob {
private final FloodfillNetworkDatabaseFacade _facade;
private static final String PROP_RI_VERIFY = "router.verifyRouterInfoStore";
private static final long RI_VERIFY_STARTUP_TIME = 3*60*60*1000L;
private static final long RI_VERIFY_STARTUP_TIME = 90*60*1000L;
/**
* Send a data structure to the floodfills
......
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