mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Indexer: Improve stacking and indexing of moved files
This commit is contained in:
@@ -44,7 +44,7 @@ func StartMeta(conf *config.Config) {
|
||||
if !mutex.WorkersBusy() {
|
||||
go func() {
|
||||
worker := NewMeta(conf)
|
||||
if err := worker.Start(); err != nil {
|
||||
if err := worker.Start(time.Minute); err != nil {
|
||||
log.Warnf("metadata: %s", err)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user