Changeset 6946 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs
- Timestamp:
- 11/04/11 11:20:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/Manager/EventManager.cs
r6743 r6946 67 67 } 68 68 stats.SlaveStatistics = slaveStats; 69 stats.UserStatistics = dao.GetUserStatistics(); 69 //collecting user statistics slows down the db and results in timeouts. 70 //we have to find another way to deal with this. 71 //until then the next line is commented out... 72 //stats.UserStatistics = dao.GetUserStatistics(); 70 73 dao.AddStatistics(stats); 71 74 }
Note: See TracChangeset
for help on using the changeset viewer.