mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 11:17:19 +03:00
Remove compulsory reindex at startup
This commit is contained in:
parent
0c4cbe11be
commit
ce1c5e1129
@ -18,9 +18,6 @@ func (r *stormRepository) init(entity interface{}) {
|
||||
if err := Db().Init(r.bucket); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
if err := Db().ReIndex(r.bucket); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
|
||||
func (r *stormRepository) CountAll() (int64, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user