mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Sync: Code clean-up #225
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
var log = event.Log
|
||||
var stop = make(chan bool, 1)
|
||||
|
||||
// Start runs the service workers every 10 minutes.
|
||||
// Start runs PhotoPrism background workers every wakeup interval.
|
||||
func Start(conf *config.Config) {
|
||||
ticker := time.NewTicker(conf.WakeupInterval())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user