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

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

one last SimpleTimer

parent 3fbf60ee
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ class PumpedTunnelGateway extends TunnelGateway {
}
if (delayedFlush) {
_context.simpleTimer().addEvent(_delayedFlush, delayAmount);
_delayedFlush.reschedule(delayAmount);
}
_context.statManager().addRateData("tunnel.lockedGatewayAdd", afterAdded-beforeLock, remaining);
long complete = System.currentTimeMillis();
......
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