mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 05:22:50 +09:00
Issues: Gracefulise the issues indexer
Remove the old now unused specific queues
This commit is contained in:
@ -266,3 +266,8 @@ func (b *BleveIndexer) Search(keyword string, repoIDs []int64, limit, start int)
|
||||
}
|
||||
return &ret, nil
|
||||
}
|
||||
|
||||
// Close the Index
|
||||
func (b *BleveIndexer) Close() error {
|
||||
return b.indexer.Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user