OrlovEvgeny / TinyJPG

images jpg or jpeg compressed and watcher fsnotify
MIT License
88 stars 15 forks source link

for bug #5

Closed ixqbar closed 4 years ago

ixqbar commented 4 years ago
for i := 0; i > settings.General.Worker; i++ {
        go im.process(c)
    }
for i := 0; i < settings.General.Worker; i++ {
        go im.process(c)
    }
OrlovEvgeny commented 4 years ago

Fix https://github.com/OrlovEvgeny/TinyJPG/pull/6