forked from forgejo/forgejo
parent
cddf245c12
commit
1be49fdda6
5 changed files with 52 additions and 40 deletions
|
@ -219,7 +219,7 @@ func registerRebuildIssueIndexer() {
|
|||
RunAtStart: false,
|
||||
Schedule: "@annually",
|
||||
}, func(ctx context.Context, _ *user_model.User, config Config) error {
|
||||
return issue_indexer.PopulateIssueIndexer(ctx, false)
|
||||
return issue_indexer.PopulateIssueIndexer(ctx)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue