因为统计不准确,暂时不显示状态统计

This commit is contained in:
Stone 2015-01-17 08:42:55 +00:00
parent 2d72a3e77b
commit cb6db52617
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ void TinyController::Init()
TotalSend = TotalAck = TotalBytes = TotalCost = TotalRetry = TotalMsg = 0;
LastSend = LastAck = LastBytes = LastCost = LastRetry = LastMsg = 0;
Sys.AddTask(StatTask, this, 1000000, 5000000);
// 因为统计不准确,暂时不显示状态统计
//Sys.AddTask(StatTask, this, 1000000, 5000000);
}
TinyController::~TinyController()