We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fa1f8 commit a06168cCopy full SHA for a06168c
web/job/stats_notify_job.go
@@ -94,11 +94,11 @@ func (j *StatsNotifyJob) Run() {
94
info += fmt.Sprintf("IP地址:%s\r\n \r\n", ip)
95
96
//get traffic
97
- inbouds, err := j.inboundService.GetAllInbounds()
98
- if err != nil {
99
- logger.Warning("StatsNotifyJob run failed:", err)
100
- return
101
- }
+ // inbouds, err := j.inboundService.GetAllInbounds()
+ // if err != nil {
+ // logger.Warning("StatsNotifyJob run failed:", err)
+ // return
+ // }
102
//NOTE:If there no any sessions here,need to notify here
103
//TODO:分节点推送,自动转化格式
104
// for _, inbound := range inbouds {
0 commit comments