Commit 9c239c18 authored by vicotor's avatar vicotor

change 5mins to 3mins

parent 6844402e
......@@ -114,7 +114,7 @@ func (w *Work) RunJob(t TaskJob) chan<- interface{} {
fmt.Println(" t.FollowerCount", t.FollowerCount, "maybeFound", maybeFound)
if maybeFound {
fiveMinutesTicker.Reset(time.Minute * 5)
fiveMinutesTicker.Reset(time.Minute * 3)
halfHourTicker.Reset(time.Minute * 30)
if err := Request(cli.Follower, page, t); err != nil {
slog.Error(" page.Request", "task id", t.TaskId, "t.TaskType", t.TaskType, "err", err.Error())
......
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