|
@@ -18,7 +18,7 @@ type Worker struct {
|
|
|
|
|
|
|
|
// Run wait for a job and refresh the given feed.
|
|
// Run wait for a job and refresh the given feed.
|
|
|
func (w *Worker) Run(c chan model.Job) {
|
|
func (w *Worker) Run(c chan model.Job) {
|
|
|
- logger.Info("[Worker] #%d started", w.id)
|
|
|
|
|
|
|
+ logger.Debug("[Worker] #%d started", w.id)
|
|
|
|
|
|
|
|
for {
|
|
for {
|
|
|
job := <-c
|
|
job := <-c
|