Disabled bungee status history.
This commit is contained in:
parent
c157df8fd0
commit
de9c861df2
@ -181,7 +181,7 @@ public class ServerMonitor
|
||||
log("Saved Dedicated Server Stats.");
|
||||
_historyRepository.saveServerGroupStats((int)totalCPU, (int)totalRAM, _serverGroupMap.values());
|
||||
log("Saved ServerGroup Stats.");
|
||||
_historyRepository.saveNetworkStats(usedCpuPercent, usedRamPercent, availableCPU, availableRAM, _region);
|
||||
//_historyRepository.saveNetworkStats(usedCpuPercent, usedRamPercent, availableCPU, availableRAM, _region);
|
||||
log("Saved Network Stats.");
|
||||
|
||||
for (ServerGroup groupStatus : _serverGroups)
|
||||
|
Loading…
Reference in New Issue
Block a user