This commit is contained in:
merdan 2023-05-03 14:09:51 +05:00
parent 83a14f49e5
commit 5f78c4915f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func main() {
func worker(importer *repositories.Importer, stopCh <-chan struct{}, updatePeriod time.Duration) {
ticker := time.NewTicker(updatePeriod)
defer ticker.Stop()
log.Printf("Updater worker Started")
for {
select {
case <-stopCh: