Browse Source

update

master
public_host 3 days ago
parent
commit
9238fab32f
  1. 3
      core.go

3
core.go

@ -485,6 +485,9 @@ func (th *TimeArrowHelper) GetHitTimeArrow(t time.Time, group string, expandTags
log.Println("Slice排序耗时:", time.Since(sliceStartTime))
forStart := time.Now()
taSize := len(ta)
log.Println("taSize: ", taSize)
for e := range ta {
//当天具体时间判断
isInTimeOfDayStart := time.Now()

Loading…
Cancel
Save