mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-21 20:23:41 +09:00
Merge branch 'master' into graceful-queues
This commit is contained in:
@@ -266,8 +266,3 @@ 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