Commit ffdab888 authored by vicotor's avatar vicotor

change ticker to get profile count

parent b0cd91c1
...@@ -141,6 +141,7 @@ func (w *Work) RunJob(t TaskJob) chan<- interface{} { ...@@ -141,6 +141,7 @@ func (w *Work) RunJob(t TaskJob) chan<- interface{} {
Date: time.Now(), Date: time.Now(),
FollowCount: fc, FollowCount: fc,
}) })
secondTicker.Reset(time.Minute * 1)
// 先用和like retweet一样的周期模式; // 先用和like retweet一样的周期模式;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment