mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
fix bug when set indexer as db and add tests (#6173)
This commit is contained in:
committed by
techknowlogick
parent
05143768d0
commit
15ecc08475
@@ -72,6 +72,7 @@ func InitIssueIndexer(syncReindex bool) error {
|
||||
}
|
||||
|
||||
if dummyQueue {
|
||||
issueIndexerUpdateQueue = &DummyQueue{}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user