Skip to content

Commit

Permalink
#3 hilink retry
Browse files Browse the repository at this point in the history
  • Loading branch information
kihamo committed Oct 15, 2019
1 parent e2b29f1 commit 0c4859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/boggart/bind/hilink/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (b *Bind) Tasks() []workers.Task {

taskCleaner := task.NewFunctionTask(b.taskCleaner)
taskCleaner.SetRepeats(-1)
taskCleaner.SetRepeatInterval(b.config.SystemUpdaterInterval)
taskCleaner.SetRepeatInterval(b.config.CleanerInterval)
taskCleaner.SetName("cleaner-" + b.config.Address.Host)

tasks := []workers.Task{
Expand Down

0 comments on commit 0c4859f

Please sign in to comment.