mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-08 02:40:32 +08:00
修复DAU统计导致无法提示进程在运行的问题
This commit is contained in:
@@ -89,6 +89,14 @@ func NewBandwidthStatManager() *BandwidthStatManager {
|
||||
}
|
||||
|
||||
func (this *BandwidthStatManager) Start() {
|
||||
// 初始化DAU统计
|
||||
{
|
||||
err := SharedDAUManager.Init()
|
||||
if err != nil {
|
||||
remotelogs.Error("DAU_MANAGER", "initialize DAU manager failed: "+err.Error())
|
||||
}
|
||||
}
|
||||
|
||||
// 从上次数据中恢复
|
||||
this.locker.Lock()
|
||||
this.recover()
|
||||
|
||||
Reference in New Issue
Block a user