for now, lets disable the tunnel pool persistance. this means that after a router crashes, tunnels it was participating in will fail even if the router comes back up before they expire.

disabling this saves us some IO contention (though this may only be relevent on my kaffe box... dunno)
This commit is contained in:
jrandom
2004-06-26 21:11:22 +00:00
committed by zzz
parent 7e2227ad42
commit 1f26c603e0

View File

@ -566,7 +566,7 @@ class TunnelPool {
_targetClients = TARGET_CLIENTS_DEFAULT;
}
buildFakeTunnels();
_context.jobQueue().addJob(new WritePoolJob());
//_context.jobQueue().addJob(new WritePoolJob());
_context.jobQueue().addJob(new TunnelPoolManagerJob(_context, this));
_context.jobQueue().addJob(new TunnelPoolExpirationJob(_context, this));
}