Skip to content
Snippets Groups Projects
Commit 8b1254b6 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

removed a usless gc call

parent 77bf98ef
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,6 @@ public class Server {
public static AppUpdater appUpdater;
public Server(AppUpdater appUpdater, String port, String serverCertificate, String serverPrivateKey) {
Runtime.getRuntime().gc();
Server.appUpdater = appUpdater;
JsoniterRegistry.initCodecs();
String[] args = {port, serverCertificate, serverPrivateKey};
......
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