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

Skip to content
Snippets Groups Projects
Commit 6ff500f7 authored by zzz's avatar zzz
Browse files

increase RI publish interval slightly

parent c79e3389
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ public class PublishLocalRouterInfoJob extends JobImpl { ...@@ -38,7 +38,7 @@ public class PublishLocalRouterInfoJob extends JobImpl {
* floodfills since we store directly. * floodfills since we store directly.
* Too long and the floodfill will drop us - timeout is 60 minutes. * Too long and the floodfill will drop us - timeout is 60 minutes.
*/ */
private static final long PUBLISH_DELAY = MIN_PUBLISH_DELAY * 5 / 3; private static final long PUBLISH_DELAY = MIN_PUBLISH_DELAY * 2;
/** this needs to be long enough to give us time to start up, /** this needs to be long enough to give us time to start up,
but less than 20m (when we start accepting tunnels and could be a IBGW) but less than 20m (when we start accepting tunnels and could be a IBGW)
......
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