1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/modules/indexer/internal/db
Jason Song 3c7f5ed7b5
Fix Init of db indexer ()
Fix regression of .

The `Init` of the db indexer should return true to indicate that the
index was opened/existed, or the indexer will try to populate the index
(not really populate, just fill the queue, `Index` method of the db
indexer is a dummy).
2023-06-23 14:39:52 +00:00
..
indexer.go Fix Init of db indexer () 2023-06-23 14:39:52 +00:00