Disabled bungee status history.

This commit is contained in:
Jonathan Williams 2015-03-13 18:11:06 -07:00
parent c157df8fd0
commit de9c861df2
1 changed files with 1 additions and 1 deletions

View File

@ -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)