Index: Improve generation, caching and logging of labels #5011 #5123

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-07-22 22:09:00 +02:00
parent 99159f072a
commit 4b5e3b574a
17 changed files with 97 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ func TestFindLabel(t *testing.T) {
func TestFindPhotoLabel(t *testing.T) {
t.Run("Success", func(t *testing.T) {
if err := WarmPhotoLabelCache(); err != nil {
if err := CachePhotoLabels(); err != nil {
t.Fatal(err)
}