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

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

new disable tunnel tests option

parent d868f7c0
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,8 @@ public class TunnelPoolManager implements TunnelManagerFacade { ...@@ -309,7 +309,8 @@ public class TunnelPoolManager implements TunnelManagerFacade {
void buildComplete(PooledTunnelCreatorConfig cfg) { void buildComplete(PooledTunnelCreatorConfig cfg) {
//buildComplete(); //buildComplete();
if (cfg.getLength() > 1 && if (cfg.getLength() > 1 &&
!_context.router().gracefulShutdownInProgress()) { (!_context.router().gracefulShutdownInProgress()) &&
!Boolean.valueOf(_context.getProperty("router.disableTunnelTesting")).booleanValue()) {
TunnelPool pool = cfg.getTunnelPool(); TunnelPool pool = cfg.getTunnelPool();
if (pool == null) { if (pool == null) {
// never seen this before, do we reallly need to bother // never seen this before, do we reallly need to bother
......
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