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

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

Startup: Accept tunnels after 10 minutes instead of 20 (ticket #1152)

parent 37f34d83
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class RouterThrottleImpl implements RouterThrottle {
private static final String PROP_MAX_TUNNELS = "router.maxParticipatingTunnels";
private static final int DEFAULT_MAX_TUNNELS = 5000;
private static final String PROP_MAX_PROCESSINGTIME = "router.defaultProcessingTimeThrottle";
private static final long DEFAULT_REJECT_STARTUP_TIME = 20*60*1000;
private static final long DEFAULT_REJECT_STARTUP_TIME = 10*60*1000;
private static final String PROP_REJECT_STARTUP_TIME = "router.rejectStartupTime";
/**
......
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