Ignore Testing groups in server monitor.
This commit is contained in:
parent
28f73704e5
commit
4017ec95c0
@ -452,6 +452,10 @@ public class ServerMonitor
|
|||||||
if (joinableServers > maxUHC)
|
if (joinableServers > maxUHC)
|
||||||
serversToKill = maxUHC - joinableServers;
|
serversToKill = maxUHC - joinableServers;
|
||||||
}
|
}
|
||||||
|
else if (serverGroup.getName().equalsIgnoreCase("Testing"))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// KILL, CLEAN, THEN ADD
|
// KILL, CLEAN, THEN ADD
|
||||||
while (serversToKill > 0)
|
while (serversToKill > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user