Sync: Code clean-up #225

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-04-06 22:27:05 +02:00
parent 02810ffa94
commit 2f5da21a5b
5 changed files with 18 additions and 11 deletions

View File

@@ -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())