mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-08 09:44:00 +09: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