Increased interval between sending restart commands from server monitor.

This commit is contained in:
Jonathan Williams 2013-10-13 02:25:17 -07:00
parent 1c1fb056a6
commit 6dee9c983f

View File

@ -50,7 +50,7 @@ public class ServerMonitor
try
{
Thread.sleep(5000);
Thread.sleep(15000);
}
catch (InterruptedException e)
{