Do not call System.gc

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@149 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-10-31 16:59:16 +00:00
parent d822ca3be8
commit c92878eebd
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ public abstract class AbstractServer extends Thread {
clientSocket.close();
DavGatewayTray.warn("Connection from external client refused");
}
System.gc();
}
} catch (IOException e) {
// do not warn if exception on socket close (gateway restart)