fixes restart gc

This commit is contained in:
Sotr
2018-06-16 23:02:02 +08:00
parent cf62349837
commit 9fedd2d94e

View File

@@ -77,7 +77,6 @@ public abstract class Watchcat extends Thread {
if (AkarinGlobalConfig.noResponseDoGC) {
log.log(Level.SEVERE, "Attempting to garbage collect, may takes a few seconds");
System.runFinalization();
System.gc();
}
if (restart) RestartCommand.restart();