Backend: Remove allegro/bigcache in favor of patrickmn/go-cache #807

This commit is contained in:
Michael Mayer
2021-01-08 13:29:01 +01:00
parent 54e2ca3dab
commit 6811a07e8a
19 changed files with 96 additions and 164 deletions

View File

@@ -60,7 +60,7 @@ func StartImport(router *gin.RouterGroup) {
imp := service.Import()
ClearFoldersCache(entity.RootImport)
RemoveFromFolderCache(entity.RootImport)
var opt photoprism.ImportOptions