Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
aoiasd committed Mar 14, 2024
1 parent 15e6b89 commit 206cc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/indexnode/task_scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (sched *TaskScheduler) indexBuildLoop() {
case <-sched.ctx.Done():
return
case <-sched.IndexBuildQueue.utChan():
time.Sleep(60 * time.Second)
time.Sleep(60 * time.Minute)
tasks := sched.scheduleIndexBuildTask()
var wg sync.WaitGroup
for _, t := range tasks {
Expand Down

0 comments on commit 206cc7b

Please sign in to comment.