Increased interval between sending restart commands from server monitor.
This commit is contained in:
parent
1c1fb056a6
commit
6dee9c983f
@ -50,7 +50,7 @@ public class ServerMonitor
|
||||
|
||||
try
|
||||
{
|
||||
Thread.sleep(5000);
|
||||
Thread.sleep(15000);
|
||||
}
|
||||
catch (InterruptedException e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user