Browse Source

code refactor

main
ning 1 year ago
parent
commit
bb4eeca2ab
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      alert/process/process.go

+ 2
- 1
alert/process/process.go View File

@@ -519,7 +519,8 @@ func (p *Processor) RecoverAlertCurEventFromDb() {

event.DB2Mem()
fireMap[event.Hash] = event
pendingsUseByRecoverMap[event.Hash] = event
e := *event
pendingsUseByRecoverMap[event.Hash] = &e
}

p.fires = NewAlertCurEventMap(fireMap)


Loading…
Cancel
Save