Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
修复CPU占用过高;web页面增加总计统计数据且可以清除;
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Feb 10, 2022
1 parent 2c6fdf1 commit 9881dc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/recover.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ func Recover(showStack bool) {
}
}
}

func Error2Null(_ error) {
return
}

0 comments on commit 9881dc3

Please sign in to comment.