* Stats: Remove tunnel.Bps.* stats when the tunnel pool is closed
This commit is contained in:
@ -89,6 +89,7 @@ public class TunnelPool {
|
||||
_alive = false;
|
||||
_lastSelectionPeriod = 0;
|
||||
_lastSelected = null;
|
||||
_context.statManager().removeRateStat(_rateName);
|
||||
}
|
||||
|
||||
TunnelPoolManager getManager() { return _manager; }
|
||||
|
Reference in New Issue
Block a user