increase translate initial map size, clear on exit

This commit is contained in:
zzz
2013-10-17 11:17:58 +00:00
parent df381c37ff
commit 09548358fa
2 changed files with 5 additions and 2 deletions

View File

@@ -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();
}
/**