forked from I2P_Developers/i2p.i2p
increase translate initial map size, clear on exit
This commit is contained in:
@@ -55,6 +55,7 @@ import net.i2p.util.SecureFileOutputStream;
|
||||
import net.i2p.util.SimpleByteCache;
|
||||
import net.i2p.util.SimpleScheduler;
|
||||
import net.i2p.util.SystemVersion;
|
||||
import net.i2p.util.Translate;
|
||||
|
||||
/**
|
||||
* Main driver for the router.
|
||||
@@ -314,6 +315,7 @@ public class Router implements RouterClock.ClockShiftListener {
|
||||
ByteCache.clearAll();
|
||||
SimpleByteCache.clearAll();
|
||||
Destination.clearCache();
|
||||
Translate.clearCache();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user